protobuf

package
v0.0.0-...-868bdbc Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2020 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountRegisterRequest

type AccountRegisterRequest struct {
	SenderPubkey         string   `protobuf:"bytes,1,opt,name=sender_pubkey,json=senderPubkey,proto3" json:"sender_pubkey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountRegisterRequest) Descriptor

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

func (*AccountRegisterRequest) GetSenderPubkey

func (m *AccountRegisterRequest) GetSenderPubkey() string

func (*AccountRegisterRequest) ProtoMessage

func (*AccountRegisterRequest) ProtoMessage()

func (*AccountRegisterRequest) Reset

func (m *AccountRegisterRequest) Reset()

func (*AccountRegisterRequest) String

func (m *AccountRegisterRequest) String() string

func (*AccountRegisterRequest) XXX_DiscardUnknown

func (m *AccountRegisterRequest) XXX_DiscardUnknown()

func (*AccountRegisterRequest) XXX_Marshal

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

func (*AccountRegisterRequest) XXX_Merge

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

func (*AccountRegisterRequest) XXX_Size

func (m *AccountRegisterRequest) XXX_Size() int

func (*AccountRegisterRequest) XXX_Unmarshal

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

type AccountRequest

type AccountRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountRequest) Descriptor

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

func (*AccountRequest) GetAddress

func (m *AccountRequest) GetAddress() string

func (*AccountRequest) ProtoMessage

func (*AccountRequest) ProtoMessage()

func (*AccountRequest) Reset

func (m *AccountRequest) Reset()

func (*AccountRequest) String

func (m *AccountRequest) String() string

func (*AccountRequest) XXX_DiscardUnknown

func (m *AccountRequest) XXX_DiscardUnknown()

func (*AccountRequest) XXX_Marshal

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

func (*AccountRequest) XXX_Merge

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

func (*AccountRequest) XXX_Size

func (m *AccountRequest) XXX_Size() int

func (*AccountRequest) XXX_Unmarshal

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

type AccountResponse

type AccountResponse struct {
	Address              string                    `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Nonce                uint64                    `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	StorageRoot          string                    `protobuf:"bytes,3,opt,name=storage_root,json=storageRoot,proto3" json:"storage_root,omitempty"`
	PublicKey            string                    `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Balance              uint64                    `protobuf:"varint,5,opt,name=balance,proto3" json:"balance,omitempty"`
	Erc20Address         string                    `protobuf:"bytes,6,opt,name=erc20_address,json=erc20Address,proto3" json:"erc20_address,omitempty"`
	ExternalNonce        uint64                    `protobuf:"varint,7,opt,name=external_nonce,json=externalNonce,proto3" json:"external_nonce,omitempty"`
	LastBlockHeight      uint64                    `protobuf:"varint,8,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"`
	EBalances            map[string]*EBalanceAsset `` /* 159-byte string literal not displayed */
	FirstExternalAddress map[string]string         `` /* 182-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*AccountResponse) Descriptor

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

func (*AccountResponse) GetAddress

func (m *AccountResponse) GetAddress() string

func (*AccountResponse) GetBalance

func (m *AccountResponse) GetBalance() uint64

func (*AccountResponse) GetEBalances

func (m *AccountResponse) GetEBalances() map[string]*EBalanceAsset

func (*AccountResponse) GetErc20Address

func (m *AccountResponse) GetErc20Address() string

func (*AccountResponse) GetExternalNonce

func (m *AccountResponse) GetExternalNonce() uint64

func (*AccountResponse) GetFirstExternalAddress

func (m *AccountResponse) GetFirstExternalAddress() map[string]string

func (*AccountResponse) GetLastBlockHeight

func (m *AccountResponse) GetLastBlockHeight() uint64

func (*AccountResponse) GetNonce

func (m *AccountResponse) GetNonce() uint64

func (*AccountResponse) GetPublicKey

func (m *AccountResponse) GetPublicKey() string

func (*AccountResponse) GetStorageRoot

func (m *AccountResponse) GetStorageRoot() string

func (*AccountResponse) ProtoMessage

func (*AccountResponse) ProtoMessage()

func (*AccountResponse) Reset

func (m *AccountResponse) Reset()

func (*AccountResponse) String

func (m *AccountResponse) String() string

func (*AccountResponse) XXX_DiscardUnknown

func (m *AccountResponse) XXX_DiscardUnknown()

func (*AccountResponse) XXX_Marshal

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

func (*AccountResponse) XXX_Merge

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

func (*AccountResponse) XXX_Size

func (m *AccountResponse) XXX_Size() int

func (*AccountResponse) XXX_Unmarshal

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

type Asset

type Asset struct {
	Category                string   `protobuf:"bytes,1,opt,name=category,proto3" json:"category,omitempty"`
	Symbol                  string   `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Network                 string   `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	Value                   uint64   `protobuf:"varint,4,opt,name=value,proto3" json:"value,omitempty"`
	Fee                     uint64   `protobuf:"varint,5,opt,name=fee,proto3" json:"fee,omitempty"`
	Nonce                   uint64   `protobuf:"varint,6,opt,name=nonce,proto3" json:"nonce,omitempty"`
	ExternalSenderAddress   string   `` /* 126-byte string literal not displayed */
	ExternalRecieverAddress string   `` /* 132-byte string literal not displayed */
	ExternalNonce           uint64   `protobuf:"varint,9,opt,name=external_nonce,json=externalNonce,proto3" json:"external_nonce,omitempty"`
	ExternalBlockHeight     uint64   `protobuf:"varint,10,opt,name=external_block_height,json=externalBlockHeight,proto3" json:"external_block_height,omitempty"`
	LockedAmount            uint64   `protobuf:"varint,11,opt,name=locked_amount,json=lockedAmount,proto3" json:"locked_amount,omitempty"`
	RedeemedAmount          uint64   `protobuf:"varint,12,opt,name=redeemed_amount,json=redeemedAmount,proto3" json:"redeemed_amount,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*Asset) Descriptor

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

func (*Asset) GetCategory

func (m *Asset) GetCategory() string

func (*Asset) GetExternalBlockHeight

func (m *Asset) GetExternalBlockHeight() uint64

func (*Asset) GetExternalNonce

func (m *Asset) GetExternalNonce() uint64

func (*Asset) GetExternalRecieverAddress

func (m *Asset) GetExternalRecieverAddress() string

func (*Asset) GetExternalSenderAddress

func (m *Asset) GetExternalSenderAddress() string

func (*Asset) GetFee

func (m *Asset) GetFee() uint64

func (*Asset) GetLockedAmount

func (m *Asset) GetLockedAmount() uint64

func (*Asset) GetNetwork

func (m *Asset) GetNetwork() string

func (*Asset) GetNonce

func (m *Asset) GetNonce() uint64

func (*Asset) GetRedeemedAmount

func (m *Asset) GetRedeemedAmount() uint64

func (*Asset) GetSymbol

func (m *Asset) GetSymbol() string

func (*Asset) GetValue

func (m *Asset) GetValue() uint64

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) Reset

func (m *Asset) Reset()

func (*Asset) String

func (m *Asset) String() string

func (*Asset) XXX_DiscardUnknown

func (m *Asset) XXX_DiscardUnknown()

func (*Asset) XXX_Marshal

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

func (*Asset) XXX_Merge

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

func (*Asset) XXX_Size

func (m *Asset) XXX_Size() int

func (*Asset) XXX_Unmarshal

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

type BlockHeightRequest

type BlockHeightRequest struct {
	BlockHeight          int64    `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockHeightRequest) Descriptor

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

func (*BlockHeightRequest) GetBlockHeight

func (m *BlockHeightRequest) GetBlockHeight() int64

func (*BlockHeightRequest) ProtoMessage

func (*BlockHeightRequest) ProtoMessage()

func (*BlockHeightRequest) Reset

func (m *BlockHeightRequest) Reset()

func (*BlockHeightRequest) String

func (m *BlockHeightRequest) String() string

func (*BlockHeightRequest) XXX_DiscardUnknown

func (m *BlockHeightRequest) XXX_DiscardUnknown()

func (*BlockHeightRequest) XXX_Marshal

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

func (*BlockHeightRequest) XXX_Merge

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

func (*BlockHeightRequest) XXX_Size

func (m *BlockHeightRequest) XXX_Size() int

func (*BlockHeightRequest) XXX_Unmarshal

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

type BlockResponse

type BlockResponse struct {
	BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// Time of block intialization
	Time     *Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	TotalTxs uint64     `protobuf:"varint,3,opt,name=total_txs,json=totalTxs,proto3" json:"total_txs,omitempty"`
	// Supervisor herdius token address who created the block
	SupervisorAddress    string   `protobuf:"bytes,4,opt,name=supervisor_address,json=supervisorAddress,proto3" json:"supervisor_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockResponse) Descriptor

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

func (*BlockResponse) GetBlockHeight

func (m *BlockResponse) GetBlockHeight() int64

func (*BlockResponse) GetSupervisorAddress

func (m *BlockResponse) GetSupervisorAddress() string

func (*BlockResponse) GetTime

func (m *BlockResponse) GetTime() *Timestamp

func (*BlockResponse) GetTotalTxs

func (m *BlockResponse) GetTotalTxs() uint64

func (*BlockResponse) ProtoMessage

func (*BlockResponse) ProtoMessage()

func (*BlockResponse) Reset

func (m *BlockResponse) Reset()

func (*BlockResponse) String

func (m *BlockResponse) String() string

func (*BlockResponse) XXX_DiscardUnknown

func (m *BlockResponse) XXX_DiscardUnknown()

func (*BlockResponse) XXX_Marshal

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

func (*BlockResponse) XXX_Merge

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

func (*BlockResponse) XXX_Size

func (m *BlockResponse) XXX_Size() int

func (*BlockResponse) XXX_Unmarshal

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

type EBalance

type EBalance struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Balance              uint64   `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"`
	LastBlockHeight      uint64   `protobuf:"varint,3,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"`
	Nonce                uint64   `protobuf:"varint,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EBalance) Descriptor

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

func (*EBalance) GetAddress

func (m *EBalance) GetAddress() string

func (*EBalance) GetBalance

func (m *EBalance) GetBalance() uint64

func (*EBalance) GetLastBlockHeight

func (m *EBalance) GetLastBlockHeight() uint64

func (*EBalance) GetNonce

func (m *EBalance) GetNonce() uint64

func (*EBalance) ProtoMessage

func (*EBalance) ProtoMessage()

func (*EBalance) Reset

func (m *EBalance) Reset()

func (*EBalance) String

func (m *EBalance) String() string

func (*EBalance) XXX_DiscardUnknown

func (m *EBalance) XXX_DiscardUnknown()

func (*EBalance) XXX_Marshal

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

func (*EBalance) XXX_Merge

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

func (*EBalance) XXX_Size

func (m *EBalance) XXX_Size() int

func (*EBalance) XXX_Unmarshal

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

type EBalanceAsset

type EBalanceAsset struct {
	Asset                map[string]*EBalance `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*EBalanceAsset) Descriptor

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

func (*EBalanceAsset) GetAsset

func (m *EBalanceAsset) GetAsset() map[string]*EBalance

func (*EBalanceAsset) ProtoMessage

func (*EBalanceAsset) ProtoMessage()

func (*EBalanceAsset) Reset

func (m *EBalanceAsset) Reset()

func (*EBalanceAsset) String

func (m *EBalanceAsset) String() string

func (*EBalanceAsset) XXX_DiscardUnknown

func (m *EBalanceAsset) XXX_DiscardUnknown()

func (*EBalanceAsset) XXX_Marshal

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

func (*EBalanceAsset) XXX_Merge

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

func (*EBalanceAsset) XXX_Size

func (m *EBalanceAsset) XXX_Size() int

func (*EBalanceAsset) XXX_Unmarshal

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

type LastBlockRequest

type LastBlockRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LastBlockRequest) Descriptor

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

func (*LastBlockRequest) ProtoMessage

func (*LastBlockRequest) ProtoMessage()

func (*LastBlockRequest) Reset

func (m *LastBlockRequest) Reset()

func (*LastBlockRequest) String

func (m *LastBlockRequest) String() string

func (*LastBlockRequest) XXX_DiscardUnknown

func (m *LastBlockRequest) XXX_DiscardUnknown()

func (*LastBlockRequest) XXX_Marshal

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

func (*LastBlockRequest) XXX_Merge

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

func (*LastBlockRequest) XXX_Size

func (m *LastBlockRequest) XXX_Size() int

func (*LastBlockRequest) XXX_Unmarshal

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

type Timestamp

type Timestamp struct {
	Seconds              int64    `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanos                int64    `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Timestamp) Descriptor

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

func (*Timestamp) GetNanos

func (m *Timestamp) GetNanos() int64

func (*Timestamp) GetSeconds

func (m *Timestamp) GetSeconds() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) Reset

func (m *Timestamp) Reset()

func (*Timestamp) String

func (m *Timestamp) String() string

func (*Timestamp) XXX_DiscardUnknown

func (m *Timestamp) XXX_DiscardUnknown()

func (*Timestamp) XXX_Marshal

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

func (*Timestamp) XXX_Merge

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

func (*Timestamp) XXX_Size

func (m *Timestamp) XXX_Size() int

func (*Timestamp) XXX_Unmarshal

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

type Transaction

type Transaction struct {
	Senderpubkey         []byte   `protobuf:"bytes,1,opt,name=senderpubkey,proto3" json:"senderpubkey,omitempty"`
	Signature            string   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	Recaddress           string   `protobuf:"bytes,3,opt,name=recaddress,proto3" json:"recaddress,omitempty"`
	Asset                *Asset   `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Transaction) Descriptor

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

func (*Transaction) GetAsset

func (m *Transaction) GetAsset() *Asset

func (*Transaction) GetRecaddress

func (m *Transaction) GetRecaddress() string

func (*Transaction) GetSenderpubkey

func (m *Transaction) GetSenderpubkey() []byte

func (*Transaction) GetSignature

func (m *Transaction) GetSignature() string

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

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

func (*Transaction) XXX_Merge

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

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

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

type TransactionRequest

type TransactionRequest struct {
	Tx                   *Transaction `protobuf:"bytes,1,opt,name=Tx,proto3" json:"Tx,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TransactionRequest) Descriptor

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

func (*TransactionRequest) GetTx

func (m *TransactionRequest) GetTx() *Transaction

func (*TransactionRequest) ProtoMessage

func (*TransactionRequest) ProtoMessage()

func (*TransactionRequest) Reset

func (m *TransactionRequest) Reset()

func (*TransactionRequest) String

func (m *TransactionRequest) String() string

func (*TransactionRequest) XXX_DiscardUnknown

func (m *TransactionRequest) XXX_DiscardUnknown()

func (*TransactionRequest) XXX_Marshal

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

func (*TransactionRequest) XXX_Merge

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

func (*TransactionRequest) XXX_Size

func (m *TransactionRequest) XXX_Size() int

func (*TransactionRequest) XXX_Unmarshal

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

type TransactionResponse

type TransactionResponse struct {
	TxId                 string   `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Pending              int64    `protobuf:"varint,2,opt,name=pending,proto3" json:"pending,omitempty"`
	Queued               int64    `protobuf:"varint,3,opt,name=queued,proto3" json:"queued,omitempty"`
	Status               string   `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactionResponse) Descriptor

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

func (*TransactionResponse) GetPending

func (m *TransactionResponse) GetPending() int64

func (*TransactionResponse) GetQueued

func (m *TransactionResponse) GetQueued() int64

func (*TransactionResponse) GetStatus

func (m *TransactionResponse) GetStatus() string

func (*TransactionResponse) GetTxId

func (m *TransactionResponse) GetTxId() string

func (*TransactionResponse) ProtoMessage

func (*TransactionResponse) ProtoMessage()

func (*TransactionResponse) Reset

func (m *TransactionResponse) Reset()

func (*TransactionResponse) String

func (m *TransactionResponse) String() string

func (*TransactionResponse) XXX_DiscardUnknown

func (m *TransactionResponse) XXX_DiscardUnknown()

func (*TransactionResponse) XXX_Marshal

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

func (*TransactionResponse) XXX_Merge

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

func (*TransactionResponse) XXX_Size

func (m *TransactionResponse) XXX_Size() int

func (*TransactionResponse) XXX_Unmarshal

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

type Tx

type Tx struct {
	SenderAddress   string `protobuf:"bytes,1,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
	SenderPubkey    string `protobuf:"bytes,2,opt,name=sender_pubkey,json=senderPubkey,proto3" json:"sender_pubkey,omitempty"`
	RecieverAddress string `protobuf:"bytes,3,opt,name=reciever_address,json=recieverAddress,proto3" json:"reciever_address,omitempty"`
	Asset           *Asset `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"`
	Message         string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	Sign            string `protobuf:"bytes,6,opt,name=sign,proto3" json:"sign,omitempty"`
	// type will check if tx is of type Account Registeration or Value Transfer
	Type   string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
	// For interacting with compound protocol
	Data                 string            `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	ExternalAddress      map[string]string `` /* 172-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Tx) Descriptor

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

func (*Tx) GetAsset

func (m *Tx) GetAsset() *Asset

func (*Tx) GetData

func (m *Tx) GetData() string

func (*Tx) GetExternalAddress

func (m *Tx) GetExternalAddress() map[string]string

func (*Tx) GetMessage

func (m *Tx) GetMessage() string

func (*Tx) GetRecieverAddress

func (m *Tx) GetRecieverAddress() string

func (*Tx) GetSenderAddress

func (m *Tx) GetSenderAddress() string

func (*Tx) GetSenderPubkey

func (m *Tx) GetSenderPubkey() string

func (*Tx) GetSign

func (m *Tx) GetSign() string

func (*Tx) GetStatus

func (m *Tx) GetStatus() string

func (*Tx) GetType

func (m *Tx) GetType() string

func (*Tx) ProtoMessage

func (*Tx) ProtoMessage()

func (*Tx) Reset

func (m *Tx) Reset()

func (*Tx) String

func (m *Tx) String() string

func (*Tx) XXX_DiscardUnknown

func (m *Tx) XXX_DiscardUnknown()

func (*Tx) XXX_Marshal

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

func (*Tx) XXX_Merge

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

func (*Tx) XXX_Size

func (m *Tx) XXX_Size() int

func (*Tx) XXX_Unmarshal

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

type TxDeleteRequest

type TxDeleteRequest struct {
	TxId                 string   `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxDeleteRequest) Descriptor

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

func (*TxDeleteRequest) GetTxId

func (m *TxDeleteRequest) GetTxId() string

func (*TxDeleteRequest) ProtoMessage

func (*TxDeleteRequest) ProtoMessage()

func (*TxDeleteRequest) Reset

func (m *TxDeleteRequest) Reset()

func (*TxDeleteRequest) String

func (m *TxDeleteRequest) String() string

func (*TxDeleteRequest) XXX_DiscardUnknown

func (m *TxDeleteRequest) XXX_DiscardUnknown()

func (*TxDeleteRequest) XXX_Marshal

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

func (*TxDeleteRequest) XXX_Merge

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

func (*TxDeleteRequest) XXX_Size

func (m *TxDeleteRequest) XXX_Size() int

func (*TxDeleteRequest) XXX_Unmarshal

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

type TxDetailRequest

type TxDetailRequest struct {
	TxId                 string   `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Send request to retrieve transaction committed in herdius blockchain

func (*TxDetailRequest) Descriptor

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

func (*TxDetailRequest) GetTxId

func (m *TxDetailRequest) GetTxId() string

func (*TxDetailRequest) ProtoMessage

func (*TxDetailRequest) ProtoMessage()

func (*TxDetailRequest) Reset

func (m *TxDetailRequest) Reset()

func (*TxDetailRequest) String

func (m *TxDetailRequest) String() string

func (*TxDetailRequest) XXX_DiscardUnknown

func (m *TxDetailRequest) XXX_DiscardUnknown()

func (*TxDetailRequest) XXX_Marshal

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

func (*TxDetailRequest) XXX_Merge

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

func (*TxDetailRequest) XXX_Size

func (m *TxDetailRequest) XXX_Size() int

func (*TxDetailRequest) XXX_Unmarshal

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

type TxDetailResponse

type TxDetailResponse struct {
	TxId                 string     `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Tx                   *Tx        `protobuf:"bytes,2,opt,name=tx,proto3" json:"tx,omitempty"`
	CreationDt           *Timestamp `protobuf:"bytes,3,opt,name=creationDt,proto3" json:"creationDt,omitempty"`
	BlockId              uint64     `protobuf:"varint,4,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Transaction detail response from herdius blockchain

func (*TxDetailResponse) Descriptor

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

func (*TxDetailResponse) GetBlockId

func (m *TxDetailResponse) GetBlockId() uint64

func (*TxDetailResponse) GetCreationDt

func (m *TxDetailResponse) GetCreationDt() *Timestamp

func (*TxDetailResponse) GetTx

func (m *TxDetailResponse) GetTx() *Tx

func (*TxDetailResponse) GetTxId

func (m *TxDetailResponse) GetTxId() string

func (*TxDetailResponse) ProtoMessage

func (*TxDetailResponse) ProtoMessage()

func (*TxDetailResponse) Reset

func (m *TxDetailResponse) Reset()

func (*TxDetailResponse) String

func (m *TxDetailResponse) String() string

func (*TxDetailResponse) XXX_DiscardUnknown

func (m *TxDetailResponse) XXX_DiscardUnknown()

func (*TxDetailResponse) XXX_Marshal

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

func (*TxDetailResponse) XXX_Merge

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

func (*TxDetailResponse) XXX_Size

func (m *TxDetailResponse) XXX_Size() int

func (*TxDetailResponse) XXX_Unmarshal

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

type TxLockedRequest

type TxLockedRequest struct {
	BlockNumber          int64    `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxLockedRequest) Descriptor

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

func (*TxLockedRequest) GetBlockNumber

func (m *TxLockedRequest) GetBlockNumber() int64

func (*TxLockedRequest) ProtoMessage

func (*TxLockedRequest) ProtoMessage()

func (*TxLockedRequest) Reset

func (m *TxLockedRequest) Reset()

func (*TxLockedRequest) String

func (m *TxLockedRequest) String() string

func (*TxLockedRequest) XXX_DiscardUnknown

func (m *TxLockedRequest) XXX_DiscardUnknown()

func (*TxLockedRequest) XXX_Marshal

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

func (*TxLockedRequest) XXX_Merge

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

func (*TxLockedRequest) XXX_Size

func (m *TxLockedRequest) XXX_Size() int

func (*TxLockedRequest) XXX_Unmarshal

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

type TxLockedResponse

type TxLockedResponse struct {
	Txs                  []*TxDetailResponse `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*TxLockedResponse) Descriptor

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

func (*TxLockedResponse) GetTxs

func (m *TxLockedResponse) GetTxs() []*TxDetailResponse

func (*TxLockedResponse) ProtoMessage

func (*TxLockedResponse) ProtoMessage()

func (*TxLockedResponse) Reset

func (m *TxLockedResponse) Reset()

func (*TxLockedResponse) String

func (m *TxLockedResponse) String() string

func (*TxLockedResponse) XXX_DiscardUnknown

func (m *TxLockedResponse) XXX_DiscardUnknown()

func (*TxLockedResponse) XXX_Marshal

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

func (*TxLockedResponse) XXX_Merge

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

func (*TxLockedResponse) XXX_Size

func (m *TxLockedResponse) XXX_Size() int

func (*TxLockedResponse) XXX_Unmarshal

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

type TxRedeemRequest

type TxRedeemRequest struct {
	BlockNumber          int64    `protobuf:"varint,1,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxRedeemRequest) Descriptor

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

func (*TxRedeemRequest) GetBlockNumber

func (m *TxRedeemRequest) GetBlockNumber() int64

func (*TxRedeemRequest) ProtoMessage

func (*TxRedeemRequest) ProtoMessage()

func (*TxRedeemRequest) Reset

func (m *TxRedeemRequest) Reset()

func (*TxRedeemRequest) String

func (m *TxRedeemRequest) String() string

func (*TxRedeemRequest) XXX_DiscardUnknown

func (m *TxRedeemRequest) XXX_DiscardUnknown()

func (*TxRedeemRequest) XXX_Marshal

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

func (*TxRedeemRequest) XXX_Merge

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

func (*TxRedeemRequest) XXX_Size

func (m *TxRedeemRequest) XXX_Size() int

func (*TxRedeemRequest) XXX_Unmarshal

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

type TxRedeemResponse

type TxRedeemResponse struct {
	Txs                  []*TxDetailResponse `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*TxRedeemResponse) Descriptor

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

func (*TxRedeemResponse) GetTxs

func (m *TxRedeemResponse) GetTxs() []*TxDetailResponse

func (*TxRedeemResponse) ProtoMessage

func (*TxRedeemResponse) ProtoMessage()

func (*TxRedeemResponse) Reset

func (m *TxRedeemResponse) Reset()

func (*TxRedeemResponse) String

func (m *TxRedeemResponse) String() string

func (*TxRedeemResponse) XXX_DiscardUnknown

func (m *TxRedeemResponse) XXX_DiscardUnknown()

func (*TxRedeemResponse) XXX_Marshal

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

func (*TxRedeemResponse) XXX_Merge

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

func (*TxRedeemResponse) XXX_Size

func (m *TxRedeemResponse) XXX_Size() int

func (*TxRedeemResponse) XXX_Unmarshal

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

type TxRequest

type TxRequest struct {
	Tx                   *Tx      `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxRequest) Descriptor

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

func (*TxRequest) GetTx

func (m *TxRequest) GetTx() *Tx

func (*TxRequest) ProtoMessage

func (*TxRequest) ProtoMessage()

func (*TxRequest) Reset

func (m *TxRequest) Reset()

func (*TxRequest) String

func (m *TxRequest) String() string

func (*TxRequest) XXX_DiscardUnknown

func (m *TxRequest) XXX_DiscardUnknown()

func (*TxRequest) XXX_Marshal

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

func (*TxRequest) XXX_Merge

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

func (*TxRequest) XXX_Size

func (m *TxRequest) XXX_Size() int

func (*TxRequest) XXX_Unmarshal

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

type TxResponse

type TxResponse struct {
	TxId                 string   `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Pending              int64    `protobuf:"varint,2,opt,name=pending,proto3" json:"pending,omitempty"`
	Queued               int64    `protobuf:"varint,3,opt,name=queued,proto3" json:"queued,omitempty"`
	Status               string   `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Message              string   `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxResponse) Descriptor

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

func (*TxResponse) GetMessage

func (m *TxResponse) GetMessage() string

func (*TxResponse) GetPending

func (m *TxResponse) GetPending() int64

func (*TxResponse) GetQueued

func (m *TxResponse) GetQueued() int64

func (*TxResponse) GetStatus

func (m *TxResponse) GetStatus() string

func (*TxResponse) GetTxId

func (m *TxResponse) GetTxId() string

func (*TxResponse) ProtoMessage

func (*TxResponse) ProtoMessage()

func (*TxResponse) Reset

func (m *TxResponse) Reset()

func (*TxResponse) String

func (m *TxResponse) String() string

func (*TxResponse) XXX_DiscardUnknown

func (m *TxResponse) XXX_DiscardUnknown()

func (*TxResponse) XXX_Marshal

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

func (*TxResponse) XXX_Merge

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

func (*TxResponse) XXX_Size

func (m *TxResponse) XXX_Size() int

func (*TxResponse) XXX_Unmarshal

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

type TxUpdateRequest

type TxUpdateRequest struct {
	TxId                 string   `protobuf:"bytes,1,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Tx                   *Tx      `protobuf:"bytes,2,opt,name=tx,proto3" json:"tx,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

TxCancelRequest contains the TX ID of the transaction in the MemPool to cancel

func (*TxUpdateRequest) Descriptor

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

func (*TxUpdateRequest) GetTx

func (m *TxUpdateRequest) GetTx() *Tx

func (*TxUpdateRequest) GetTxId

func (m *TxUpdateRequest) GetTxId() string

func (*TxUpdateRequest) ProtoMessage

func (*TxUpdateRequest) ProtoMessage()

func (*TxUpdateRequest) Reset

func (m *TxUpdateRequest) Reset()

func (*TxUpdateRequest) String

func (m *TxUpdateRequest) String() string

func (*TxUpdateRequest) XXX_DiscardUnknown

func (m *TxUpdateRequest) XXX_DiscardUnknown()

func (*TxUpdateRequest) XXX_Marshal

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

func (*TxUpdateRequest) XXX_Merge

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

func (*TxUpdateRequest) XXX_Size

func (m *TxUpdateRequest) XXX_Size() int

func (*TxUpdateRequest) XXX_Unmarshal

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

type TxUpdateResponse

type TxUpdateResponse struct {
	Status               bool     `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	TxId                 string   `protobuf:"bytes,2,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Tx                   *Tx      `protobuf:"bytes,3,opt,name=tx,proto3" json:"tx,omitempty"`
	Error                string   `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

TxCancelResponse details status of cancellation request

func (*TxUpdateResponse) Descriptor

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

func (*TxUpdateResponse) GetError

func (m *TxUpdateResponse) GetError() string

func (*TxUpdateResponse) GetStatus

func (m *TxUpdateResponse) GetStatus() bool

func (*TxUpdateResponse) GetTx

func (m *TxUpdateResponse) GetTx() *Tx

func (*TxUpdateResponse) GetTxId

func (m *TxUpdateResponse) GetTxId() string

func (*TxUpdateResponse) ProtoMessage

func (*TxUpdateResponse) ProtoMessage()

func (*TxUpdateResponse) Reset

func (m *TxUpdateResponse) Reset()

func (*TxUpdateResponse) String

func (m *TxUpdateResponse) String() string

func (*TxUpdateResponse) XXX_DiscardUnknown

func (m *TxUpdateResponse) XXX_DiscardUnknown()

func (*TxUpdateResponse) XXX_Marshal

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

func (*TxUpdateResponse) XXX_Merge

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

func (*TxUpdateResponse) XXX_Size

func (m *TxUpdateResponse) XXX_Size() int

func (*TxUpdateResponse) XXX_Unmarshal

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

type TxsByAddressRequest

type TxsByAddressRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Send request to retrieve all transactions of an address committed in herdius blockchain

func (*TxsByAddressRequest) Descriptor

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

func (*TxsByAddressRequest) GetAddress

func (m *TxsByAddressRequest) GetAddress() string

func (*TxsByAddressRequest) ProtoMessage

func (*TxsByAddressRequest) ProtoMessage()

func (*TxsByAddressRequest) Reset

func (m *TxsByAddressRequest) Reset()

func (*TxsByAddressRequest) String

func (m *TxsByAddressRequest) String() string

func (*TxsByAddressRequest) XXX_DiscardUnknown

func (m *TxsByAddressRequest) XXX_DiscardUnknown()

func (*TxsByAddressRequest) XXX_Marshal

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

func (*TxsByAddressRequest) XXX_Merge

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

func (*TxsByAddressRequest) XXX_Size

func (m *TxsByAddressRequest) XXX_Size() int

func (*TxsByAddressRequest) XXX_Unmarshal

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

type TxsByAssetAndAddressRequest

type TxsByAssetAndAddressRequest struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Asset                string   `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Send request to retrieve all transactions of an address and asset committed in herdius blockchain

func (*TxsByAssetAndAddressRequest) Descriptor

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

func (*TxsByAssetAndAddressRequest) GetAddress

func (m *TxsByAssetAndAddressRequest) GetAddress() string

func (*TxsByAssetAndAddressRequest) GetAsset

func (m *TxsByAssetAndAddressRequest) GetAsset() string

func (*TxsByAssetAndAddressRequest) ProtoMessage

func (*TxsByAssetAndAddressRequest) ProtoMessage()

func (*TxsByAssetAndAddressRequest) Reset

func (m *TxsByAssetAndAddressRequest) Reset()

func (*TxsByAssetAndAddressRequest) String

func (m *TxsByAssetAndAddressRequest) String() string

func (*TxsByAssetAndAddressRequest) XXX_DiscardUnknown

func (m *TxsByAssetAndAddressRequest) XXX_DiscardUnknown()

func (*TxsByAssetAndAddressRequest) XXX_Marshal

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

func (*TxsByAssetAndAddressRequest) XXX_Merge

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

func (*TxsByAssetAndAddressRequest) XXX_Size

func (m *TxsByAssetAndAddressRequest) XXX_Size() int

func (*TxsByAssetAndAddressRequest) XXX_Unmarshal

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

type TxsByBlockHeightRequest

type TxsByBlockHeightRequest struct {
	BlockHeight          int64    `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxsByBlockHeightRequest) Descriptor

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

func (*TxsByBlockHeightRequest) GetBlockHeight

func (m *TxsByBlockHeightRequest) GetBlockHeight() int64

func (*TxsByBlockHeightRequest) ProtoMessage

func (*TxsByBlockHeightRequest) ProtoMessage()

func (*TxsByBlockHeightRequest) Reset

func (m *TxsByBlockHeightRequest) Reset()

func (*TxsByBlockHeightRequest) String

func (m *TxsByBlockHeightRequest) String() string

func (*TxsByBlockHeightRequest) XXX_DiscardUnknown

func (m *TxsByBlockHeightRequest) XXX_DiscardUnknown()

func (*TxsByBlockHeightRequest) XXX_Marshal

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

func (*TxsByBlockHeightRequest) XXX_Merge

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

func (*TxsByBlockHeightRequest) XXX_Size

func (m *TxsByBlockHeightRequest) XXX_Size() int

func (*TxsByBlockHeightRequest) XXX_Unmarshal

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

type TxsResponse

type TxsResponse struct {
	Txs                  []*TxDetailResponse `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

Transactions details response from herdius blockchain

func (*TxsResponse) Descriptor

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

func (*TxsResponse) GetTxs

func (m *TxsResponse) GetTxs() []*TxDetailResponse

func (*TxsResponse) ProtoMessage

func (*TxsResponse) ProtoMessage()

func (*TxsResponse) Reset

func (m *TxsResponse) Reset()

func (*TxsResponse) String

func (m *TxsResponse) String() string

func (*TxsResponse) XXX_DiscardUnknown

func (m *TxsResponse) XXX_DiscardUnknown()

func (*TxsResponse) XXX_Marshal

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

func (*TxsResponse) XXX_Merge

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

func (*TxsResponse) XXX_Size

func (m *TxsResponse) XXX_Size() int

func (*TxsResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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