coin_extender

package module
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2019 License: MIT Imports: 4 Imported by: 0

README

coinExplorer-tools

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address added in v0.1.8

type Address struct {
	Address              string               `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Symbol               string               `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Amount               string               `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Address) Descriptor added in v0.1.8

func (*Address) Descriptor() ([]byte, []int)

func (*Address) GetAddress added in v0.1.8

func (m *Address) GetAddress() string

func (*Address) GetAmount added in v0.1.8

func (m *Address) GetAmount() string

func (*Address) GetCreatedAt added in v0.1.8

func (m *Address) GetCreatedAt() *timestamp.Timestamp

func (*Address) GetSymbol added in v0.1.8

func (m *Address) GetSymbol() string

func (*Address) ProtoMessage added in v0.1.8

func (*Address) ProtoMessage()

func (*Address) Reset added in v0.1.8

func (m *Address) Reset()

func (*Address) String added in v0.1.8

func (m *Address) String() string

func (*Address) XXX_DiscardUnknown added in v0.1.8

func (m *Address) XXX_DiscardUnknown()

func (*Address) XXX_Marshal added in v0.1.8

func (m *Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Address) XXX_Merge added in v0.1.8

func (m *Address) XXX_Merge(src proto.Message)

func (*Address) XXX_Size added in v0.1.8

func (m *Address) XXX_Size() int

func (*Address) XXX_Unmarshal added in v0.1.8

func (m *Address) XXX_Unmarshal(b []byte) error

type Coin

type Coin struct {
	Symbol               string               `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Price                string               `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
	Capitalization       string               `protobuf:"bytes,3,opt,name=capitalization,proto3" json:"capitalization,omitempty"`
	ReserveBalance       string               `protobuf:"bytes,4,opt,name=reserve_balance,json=reserveBalance,proto3" json:"reserve_balance,omitempty"`
	Volume               string               `protobuf:"bytes,5,opt,name=volume,proto3" json:"volume,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Coin) Descriptor

func (*Coin) Descriptor() ([]byte, []int)

func (*Coin) GetCapitalization

func (m *Coin) GetCapitalization() string

func (*Coin) GetCreatedAt

func (m *Coin) GetCreatedAt() *timestamp.Timestamp

func (*Coin) GetPrice

func (m *Coin) GetPrice() string

func (*Coin) GetReserveBalance

func (m *Coin) GetReserveBalance() string

func (*Coin) GetSymbol

func (m *Coin) GetSymbol() string

func (*Coin) GetVolume

func (m *Coin) GetVolume() string

func (*Coin) ProtoMessage

func (*Coin) ProtoMessage()

func (*Coin) Reset

func (m *Coin) Reset()

func (*Coin) String

func (m *Coin) String() string

func (*Coin) XXX_DiscardUnknown

func (m *Coin) XXX_DiscardUnknown()

func (*Coin) XXX_Marshal

func (m *Coin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Coin) XXX_Merge

func (m *Coin) XXX_Merge(src proto.Message)

func (*Coin) XXX_Size

func (m *Coin) XXX_Size() int

func (*Coin) XXX_Unmarshal

func (m *Coin) XXX_Unmarshal(b []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL