external

package
v0.0.0-...-e03aae4 Latest Latest
Warning

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

Go to latest
Published: May 6, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Method_name = map[int32]string{
	0:  "UNDEFINED",
	1:  "APPROVE_SAFE_TRANSFER",
	2:  "CANCEL_SAFE_TRANSFER",
	3:  "CREATE_SAFE_TRANSFER",
	4:  "DIRECT_TRANSFER",
	5:  "QUICK_TRANSFER",
	6:  "CREATE_WPC_SAFE_TRANSFER",
	7:  "APPROVE_WPC_SAFE_TRANSFER",
	8:  "CANCEL_WPC_SAFE_TRANSFER",
	9:  "EXPIRE_TRANSFER",
	10: "SERVICE_FEE_TRANSFER",
	11: "FRAME_TRANSFER",
	12: "FULL_BALANCE_QUICK_TRANSFER",
	13: "CREATE_FULL_BALANCE_SAFE_TRANSFER",
	14: "APPROVE_FULL_BALANCE_SAFE_TRANSFER",
	15: "CANCEL_FULL_BALANCE_SAFE_TRANSFER",
	16: "CREATE_FULL_BALANCE_WPC_SAFE_TRANSFER",
	17: "APPROVE_FULL_BALANCE_WPC_SAFE_TRANSFER",
	18: "CANCEL_FULL_BALANCE_WPC_SAFE_TRANSFER",
}
View Source
var Method_value = map[string]int32{
	"UNDEFINED":                              0,
	"APPROVE_SAFE_TRANSFER":                  1,
	"CANCEL_SAFE_TRANSFER":                   2,
	"CREATE_SAFE_TRANSFER":                   3,
	"DIRECT_TRANSFER":                        4,
	"QUICK_TRANSFER":                         5,
	"CREATE_WPC_SAFE_TRANSFER":               6,
	"APPROVE_WPC_SAFE_TRANSFER":              7,
	"CANCEL_WPC_SAFE_TRANSFER":               8,
	"EXPIRE_TRANSFER":                        9,
	"SERVICE_FEE_TRANSFER":                   10,
	"FRAME_TRANSFER":                         11,
	"FULL_BALANCE_QUICK_TRANSFER":            12,
	"CREATE_FULL_BALANCE_SAFE_TRANSFER":      13,
	"APPROVE_FULL_BALANCE_SAFE_TRANSFER":     14,
	"CANCEL_FULL_BALANCE_SAFE_TRANSFER":      15,
	"CREATE_FULL_BALANCE_WPC_SAFE_TRANSFER":  16,
	"APPROVE_FULL_BALANCE_WPC_SAFE_TRANSFER": 17,
	"CANCEL_FULL_BALANCE_WPC_SAFE_TRANSFER":  18,
}
View Source
var ServiceFeeOperation_name = map[int32]string{
	0:   "SERVICE_FEE_OPERATION_UNSPECIFIED",
	201: "SERVICE_FEE_OPERATION_ASSETBOX_CREATION",
	202: "SERVICE_FEE_OPERATION_NUMBER_CHANGE",
}
View Source
var ServiceFeeOperation_value = map[string]int32{
	"SERVICE_FEE_OPERATION_UNSPECIFIED":       0,
	"SERVICE_FEE_OPERATION_ASSETBOX_CREATION": 201,
	"SERVICE_FEE_OPERATION_NUMBER_CHANGE":     202,
}

Functions

This section is empty.

Types

type ApproveFullBalanceSafeTransferRequest

type ApproveFullBalanceSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.ApproveFullBalanceSafeTransferRequest
	// rountig key : r.transfer.SENDER.ApproveFullBalanceSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ProtectionCode       string              `protobuf:"bytes,4,opt,name=protectionCode,proto3" json:"protectionCode,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,5,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,6,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ApproveFullBalanceSafeTransferRequest) Descriptor

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

func (*ApproveFullBalanceSafeTransferRequest) GetAddress

func (*ApproveFullBalanceSafeTransferRequest) GetCryptoData

func (*ApproveFullBalanceSafeTransferRequest) GetExtraData

func (m *ApproveFullBalanceSafeTransferRequest) GetExtraData() []byte

func (*ApproveFullBalanceSafeTransferRequest) GetId

func (*ApproveFullBalanceSafeTransferRequest) GetProtectionCode

func (m *ApproveFullBalanceSafeTransferRequest) GetProtectionCode() string

func (*ApproveFullBalanceSafeTransferRequest) GetTransferID

func (m *ApproveFullBalanceSafeTransferRequest) GetTransferID() string

func (*ApproveFullBalanceSafeTransferRequest) ProtoMessage

func (*ApproveFullBalanceSafeTransferRequest) ProtoMessage()

func (*ApproveFullBalanceSafeTransferRequest) Reset

func (*ApproveFullBalanceSafeTransferRequest) String

func (*ApproveFullBalanceSafeTransferRequest) XXX_DiscardUnknown

func (m *ApproveFullBalanceSafeTransferRequest) XXX_DiscardUnknown()

func (*ApproveFullBalanceSafeTransferRequest) XXX_Marshal

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

func (*ApproveFullBalanceSafeTransferRequest) XXX_Merge

func (*ApproveFullBalanceSafeTransferRequest) XXX_Size

func (*ApproveFullBalanceSafeTransferRequest) XXX_Unmarshal

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

type ApproveFullBalanceWPCSafeTransferRequest

type ApproveFullBalanceWPCSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.ApproveFullBalanceWPCSafeTransferRequest
	// rountig key : r.transfer.SENDER.ApproveFullBalanceWPCSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,5,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ApproveFullBalanceWPCSafeTransferRequest) Descriptor

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

func (*ApproveFullBalanceWPCSafeTransferRequest) GetAddress

func (*ApproveFullBalanceWPCSafeTransferRequest) GetCryptoData

func (*ApproveFullBalanceWPCSafeTransferRequest) GetExtraData

func (m *ApproveFullBalanceWPCSafeTransferRequest) GetExtraData() []byte

func (*ApproveFullBalanceWPCSafeTransferRequest) GetId

func (*ApproveFullBalanceWPCSafeTransferRequest) GetTransferID

func (*ApproveFullBalanceWPCSafeTransferRequest) ProtoMessage

func (*ApproveFullBalanceWPCSafeTransferRequest) Reset

func (*ApproveFullBalanceWPCSafeTransferRequest) String

func (*ApproveFullBalanceWPCSafeTransferRequest) XXX_DiscardUnknown

func (m *ApproveFullBalanceWPCSafeTransferRequest) XXX_DiscardUnknown()

func (*ApproveFullBalanceWPCSafeTransferRequest) XXX_Marshal

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

func (*ApproveFullBalanceWPCSafeTransferRequest) XXX_Merge

func (*ApproveFullBalanceWPCSafeTransferRequest) XXX_Size

func (*ApproveFullBalanceWPCSafeTransferRequest) XXX_Unmarshal

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

type ApproveSafeTransferRequest

type ApproveSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.ApproveSafeTransferRequest
	// rountig key : r.transfer.SENDER.ApproveSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ProtectionCode       string              `protobuf:"bytes,4,opt,name=protectionCode,proto3" json:"protectionCode,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,5,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,6,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ApproveSafeTransferRequest) Descriptor

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

func (*ApproveSafeTransferRequest) GetAddress

func (m *ApproveSafeTransferRequest) GetAddress() string

func (*ApproveSafeTransferRequest) GetCryptoData

func (m *ApproveSafeTransferRequest) GetCryptoData() *AssetboxCryptoData

func (*ApproveSafeTransferRequest) GetExtraData

func (m *ApproveSafeTransferRequest) GetExtraData() []byte

func (*ApproveSafeTransferRequest) GetId

func (*ApproveSafeTransferRequest) GetProtectionCode

func (m *ApproveSafeTransferRequest) GetProtectionCode() string

func (*ApproveSafeTransferRequest) GetTransferID

func (m *ApproveSafeTransferRequest) GetTransferID() string

func (*ApproveSafeTransferRequest) ProtoMessage

func (*ApproveSafeTransferRequest) ProtoMessage()

func (*ApproveSafeTransferRequest) Reset

func (m *ApproveSafeTransferRequest) Reset()

func (*ApproveSafeTransferRequest) String

func (m *ApproveSafeTransferRequest) String() string

func (*ApproveSafeTransferRequest) XXX_DiscardUnknown

func (m *ApproveSafeTransferRequest) XXX_DiscardUnknown()

func (*ApproveSafeTransferRequest) XXX_Marshal

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

func (*ApproveSafeTransferRequest) XXX_Merge

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

func (*ApproveSafeTransferRequest) XXX_Size

func (m *ApproveSafeTransferRequest) XXX_Size() int

func (*ApproveSafeTransferRequest) XXX_Unmarshal

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

type ApproveWPCSafeTransferRequest

type ApproveWPCSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.ApproveWPCSafeTransferRequest
	// rountig key : r.transfer.SENDER.ApproveWPCSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,5,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ApproveWPCSafeTransferRequest) Descriptor

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

func (*ApproveWPCSafeTransferRequest) GetAddress

func (m *ApproveWPCSafeTransferRequest) GetAddress() string

func (*ApproveWPCSafeTransferRequest) GetCryptoData

func (*ApproveWPCSafeTransferRequest) GetExtraData

func (m *ApproveWPCSafeTransferRequest) GetExtraData() []byte

func (*ApproveWPCSafeTransferRequest) GetId

func (*ApproveWPCSafeTransferRequest) GetTransferID

func (m *ApproveWPCSafeTransferRequest) GetTransferID() string

func (*ApproveWPCSafeTransferRequest) ProtoMessage

func (*ApproveWPCSafeTransferRequest) ProtoMessage()

func (*ApproveWPCSafeTransferRequest) Reset

func (m *ApproveWPCSafeTransferRequest) Reset()

func (*ApproveWPCSafeTransferRequest) String

func (*ApproveWPCSafeTransferRequest) XXX_DiscardUnknown

func (m *ApproveWPCSafeTransferRequest) XXX_DiscardUnknown()

func (*ApproveWPCSafeTransferRequest) XXX_Marshal

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

func (*ApproveWPCSafeTransferRequest) XXX_Merge

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

func (*ApproveWPCSafeTransferRequest) XXX_Size

func (m *ApproveWPCSafeTransferRequest) XXX_Size() int

func (*ApproveWPCSafeTransferRequest) XXX_Unmarshal

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

type AssetboxBalance

type AssetboxBalance struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               string   `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetboxBalance) Descriptor

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

func (*AssetboxBalance) GetAmount

func (m *AssetboxBalance) GetAmount() string

func (*AssetboxBalance) GetCurrency

func (m *AssetboxBalance) GetCurrency() string

func (*AssetboxBalance) ProtoMessage

func (*AssetboxBalance) ProtoMessage()

func (*AssetboxBalance) Reset

func (m *AssetboxBalance) Reset()

func (*AssetboxBalance) String

func (m *AssetboxBalance) String() string

func (*AssetboxBalance) XXX_DiscardUnknown

func (m *AssetboxBalance) XXX_DiscardUnknown()

func (*AssetboxBalance) XXX_Marshal

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

func (*AssetboxBalance) XXX_Merge

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

func (*AssetboxBalance) XXX_Size

func (m *AssetboxBalance) XXX_Size() int

func (*AssetboxBalance) XXX_Unmarshal

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

type AssetboxBalanceChanged

type AssetboxBalanceChanged struct {
	// r.events.bitbon-node.AssetboxBalanceChanged
	Address              string   `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	Balance              string   `protobuf:"bytes,2,opt,name=Balance,proto3" json:"Balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetboxBalanceChanged) Descriptor

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

func (*AssetboxBalanceChanged) GetAddress

func (m *AssetboxBalanceChanged) GetAddress() string

func (*AssetboxBalanceChanged) GetBalance

func (m *AssetboxBalanceChanged) GetBalance() string

func (*AssetboxBalanceChanged) ProtoMessage

func (*AssetboxBalanceChanged) ProtoMessage()

func (*AssetboxBalanceChanged) Reset

func (m *AssetboxBalanceChanged) Reset()

func (*AssetboxBalanceChanged) String

func (m *AssetboxBalanceChanged) String() string

func (*AssetboxBalanceChanged) XXX_DiscardUnknown

func (m *AssetboxBalanceChanged) XXX_DiscardUnknown()

func (*AssetboxBalanceChanged) XXX_Marshal

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

func (*AssetboxBalanceChanged) XXX_Merge

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

func (*AssetboxBalanceChanged) XXX_Size

func (m *AssetboxBalanceChanged) XXX_Size() int

func (*AssetboxBalanceChanged) XXX_Unmarshal

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

type AssetboxBalanceResponse

type AssetboxBalanceResponse struct {
	Address              string             `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Balances             []*AssetboxBalance `protobuf:"bytes,2,rep,name=balances,proto3" json:"balances,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*AssetboxBalanceResponse) Descriptor

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

func (*AssetboxBalanceResponse) GetAddress

func (m *AssetboxBalanceResponse) GetAddress() string

func (*AssetboxBalanceResponse) GetBalances

func (m *AssetboxBalanceResponse) GetBalances() []*AssetboxBalance

func (*AssetboxBalanceResponse) ProtoMessage

func (*AssetboxBalanceResponse) ProtoMessage()

func (*AssetboxBalanceResponse) Reset

func (m *AssetboxBalanceResponse) Reset()

func (*AssetboxBalanceResponse) String

func (m *AssetboxBalanceResponse) String() string

func (*AssetboxBalanceResponse) XXX_DiscardUnknown

func (m *AssetboxBalanceResponse) XXX_DiscardUnknown()

func (*AssetboxBalanceResponse) XXX_Marshal

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

func (*AssetboxBalanceResponse) XXX_Merge

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

func (*AssetboxBalanceResponse) XXX_Size

func (m *AssetboxBalanceResponse) XXX_Size() int

func (*AssetboxBalanceResponse) XXX_Unmarshal

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

type AssetboxBalancesRequest

type AssetboxBalancesRequest struct {
	// rountig key : r.assetbox.SENDER.AssetboxBalancesRequest
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Addresses            []string `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetboxBalancesRequest) Descriptor

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

func (*AssetboxBalancesRequest) GetAddresses

func (m *AssetboxBalancesRequest) GetAddresses() []string

func (*AssetboxBalancesRequest) GetId

func (m *AssetboxBalancesRequest) GetId() string

func (*AssetboxBalancesRequest) ProtoMessage

func (*AssetboxBalancesRequest) ProtoMessage()

func (*AssetboxBalancesRequest) Reset

func (m *AssetboxBalancesRequest) Reset()

func (*AssetboxBalancesRequest) String

func (m *AssetboxBalancesRequest) String() string

func (*AssetboxBalancesRequest) XXX_DiscardUnknown

func (m *AssetboxBalancesRequest) XXX_DiscardUnknown()

func (*AssetboxBalancesRequest) XXX_Marshal

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

func (*AssetboxBalancesRequest) XXX_Merge

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

func (*AssetboxBalancesRequest) XXX_Size

func (m *AssetboxBalancesRequest) XXX_Size() int

func (*AssetboxBalancesRequest) XXX_Unmarshal

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

type AssetboxBalancesResponse

type AssetboxBalancesResponse struct {
	// rountig key : r.assetbox.bitbon-node.AssetboxBalancesResponse
	Id                   string                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BalanceResponse      []*AssetboxBalanceResponse `protobuf:"bytes,2,rep,name=balanceResponse,proto3" json:"balanceResponse,omitempty"`
	Error                *Error                     `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*AssetboxBalancesResponse) Descriptor

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

func (*AssetboxBalancesResponse) GetBalanceResponse

func (m *AssetboxBalancesResponse) GetBalanceResponse() []*AssetboxBalanceResponse

func (*AssetboxBalancesResponse) GetError

func (m *AssetboxBalancesResponse) GetError() *Error

func (*AssetboxBalancesResponse) GetId

func (m *AssetboxBalancesResponse) GetId() string

func (*AssetboxBalancesResponse) ProtoMessage

func (*AssetboxBalancesResponse) ProtoMessage()

func (*AssetboxBalancesResponse) Reset

func (m *AssetboxBalancesResponse) Reset()

func (*AssetboxBalancesResponse) String

func (m *AssetboxBalancesResponse) String() string

func (*AssetboxBalancesResponse) XXX_DiscardUnknown

func (m *AssetboxBalancesResponse) XXX_DiscardUnknown()

func (*AssetboxBalancesResponse) XXX_Marshal

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

func (*AssetboxBalancesResponse) XXX_Merge

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

func (*AssetboxBalancesResponse) XXX_Size

func (m *AssetboxBalancesResponse) XXX_Size() int

func (*AssetboxBalancesResponse) XXX_Unmarshal

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

type AssetboxCryptoData

type AssetboxCryptoData struct {
	Wallet               []byte   `protobuf:"bytes,1,opt,name=wallet,proto3" json:"wallet,omitempty"`
	Passphrase           []byte   `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetboxCryptoData) Descriptor

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

func (*AssetboxCryptoData) GetPassphrase

func (m *AssetboxCryptoData) GetPassphrase() []byte

func (*AssetboxCryptoData) GetWallet

func (m *AssetboxCryptoData) GetWallet() []byte

func (*AssetboxCryptoData) ProtoMessage

func (*AssetboxCryptoData) ProtoMessage()

func (*AssetboxCryptoData) Reset

func (m *AssetboxCryptoData) Reset()

func (*AssetboxCryptoData) String

func (m *AssetboxCryptoData) String() string

func (*AssetboxCryptoData) XXX_DiscardUnknown

func (m *AssetboxCryptoData) XXX_DiscardUnknown()

func (*AssetboxCryptoData) XXX_Marshal

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

func (*AssetboxCryptoData) XXX_Merge

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

func (*AssetboxCryptoData) XXX_Size

func (m *AssetboxCryptoData) XXX_Size() int

func (*AssetboxCryptoData) XXX_Unmarshal

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

type AssetboxInfoChanged

type AssetboxInfoChanged struct {
	// r.events.bitbon-node.AssetboxInfoChanged
	Address              string   `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	IsPublic             bool     `protobuf:"varint,2,opt,name=IsPublic,proto3" json:"IsPublic,omitempty"`
	ServiceId            string   `protobuf:"bytes,3,opt,name=ServiceId,proto3" json:"ServiceId,omitempty"`
	Alias                string   `protobuf:"bytes,4,opt,name=Alias,proto3" json:"Alias,omitempty"`
	ExtraInfo            string   `protobuf:"bytes,5,opt,name=ExtraInfo,proto3" json:"ExtraInfo,omitempty"`
	IsMining             bool     `protobuf:"varint,6,opt,name=IsMining,proto3" json:"IsMining,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetboxInfoChanged) Descriptor

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

func (*AssetboxInfoChanged) GetAddress

func (m *AssetboxInfoChanged) GetAddress() string

func (*AssetboxInfoChanged) GetAlias

func (m *AssetboxInfoChanged) GetAlias() string

func (*AssetboxInfoChanged) GetExtraInfo

func (m *AssetboxInfoChanged) GetExtraInfo() string

func (*AssetboxInfoChanged) GetIsMining

func (m *AssetboxInfoChanged) GetIsMining() bool

func (*AssetboxInfoChanged) GetIsPublic

func (m *AssetboxInfoChanged) GetIsPublic() bool

func (*AssetboxInfoChanged) GetServiceId

func (m *AssetboxInfoChanged) GetServiceId() string

func (*AssetboxInfoChanged) ProtoMessage

func (*AssetboxInfoChanged) ProtoMessage()

func (*AssetboxInfoChanged) Reset

func (m *AssetboxInfoChanged) Reset()

func (*AssetboxInfoChanged) String

func (m *AssetboxInfoChanged) String() string

func (*AssetboxInfoChanged) XXX_DiscardUnknown

func (m *AssetboxInfoChanged) XXX_DiscardUnknown()

func (*AssetboxInfoChanged) XXX_Marshal

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

func (*AssetboxInfoChanged) XXX_Merge

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

func (*AssetboxInfoChanged) XXX_Size

func (m *AssetboxInfoChanged) XXX_Size() int

func (*AssetboxInfoChanged) XXX_Unmarshal

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

type AssetboxInfoDeleted

type AssetboxInfoDeleted struct {
	// r.events.bitbon-node.AssetboxInfoDeleted
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	IsPublic             bool     `protobuf:"varint,2,opt,name=is_public,json=isPublic,proto3" json:"is_public,omitempty"`
	ServiceId            string   `protobuf:"bytes,3,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	Alias                string   `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"`
	ExtraInfo            string   `protobuf:"bytes,5,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"`
	IsMining             bool     `protobuf:"varint,6,opt,name=is_mining,json=isMining,proto3" json:"is_mining,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetboxInfoDeleted) Descriptor

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

func (*AssetboxInfoDeleted) GetAddress

func (m *AssetboxInfoDeleted) GetAddress() string

func (*AssetboxInfoDeleted) GetAlias

func (m *AssetboxInfoDeleted) GetAlias() string

func (*AssetboxInfoDeleted) GetExtraInfo

func (m *AssetboxInfoDeleted) GetExtraInfo() string

func (*AssetboxInfoDeleted) GetIsMining

func (m *AssetboxInfoDeleted) GetIsMining() bool

func (*AssetboxInfoDeleted) GetIsPublic

func (m *AssetboxInfoDeleted) GetIsPublic() bool

func (*AssetboxInfoDeleted) GetServiceId

func (m *AssetboxInfoDeleted) GetServiceId() string

func (*AssetboxInfoDeleted) ProtoMessage

func (*AssetboxInfoDeleted) ProtoMessage()

func (*AssetboxInfoDeleted) Reset

func (m *AssetboxInfoDeleted) Reset()

func (*AssetboxInfoDeleted) String

func (m *AssetboxInfoDeleted) String() string

func (*AssetboxInfoDeleted) XXX_DiscardUnknown

func (m *AssetboxInfoDeleted) XXX_DiscardUnknown()

func (*AssetboxInfoDeleted) XXX_Marshal

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

func (*AssetboxInfoDeleted) XXX_Merge

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

func (*AssetboxInfoDeleted) XXX_Size

func (m *AssetboxInfoDeleted) XXX_Size() int

func (*AssetboxInfoDeleted) XXX_Unmarshal

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

type Balance

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

func (*Balance) Descriptor

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

func (*Balance) GetAddress

func (m *Balance) GetAddress() string

func (*Balance) GetBalance

func (m *Balance) GetBalance() string

func (*Balance) ProtoMessage

func (*Balance) ProtoMessage()

func (*Balance) Reset

func (m *Balance) Reset()

func (*Balance) String

func (m *Balance) String() string

func (*Balance) XXX_DiscardUnknown

func (m *Balance) XXX_DiscardUnknown()

func (*Balance) XXX_Marshal

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

func (*Balance) XXX_Merge

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

func (*Balance) XXX_Size

func (m *Balance) XXX_Size() int

func (*Balance) XXX_Unmarshal

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

type BitbonArgs

type BitbonArgs struct {
	// Types that are valid to be assigned to Args:
	//	*BitbonArgs_CancelApprovalArgs
	//	*BitbonArgs_SafeTransferArgs
	//	*BitbonArgs_DirectTransferArgs
	//	*BitbonArgs_QuickTransferArgs
	//	*BitbonArgs_ExpireSafeTransferArgs
	//	*BitbonArgs_ServiceFeeTransferArgs
	Args                 isBitbonArgs_Args `protobuf_oneof:"args"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*BitbonArgs) Descriptor

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

func (*BitbonArgs) GetArgs

func (m *BitbonArgs) GetArgs() isBitbonArgs_Args

func (*BitbonArgs) GetCancelApprovalArgs

func (m *BitbonArgs) GetCancelApprovalArgs() *CancelApprovalArgs

func (*BitbonArgs) GetDirectTransferArgs

func (m *BitbonArgs) GetDirectTransferArgs() *DirectTransferArgs

func (*BitbonArgs) GetExpireSafeTransferArgs

func (m *BitbonArgs) GetExpireSafeTransferArgs() *ExpireSafeTransferArgs

func (*BitbonArgs) GetQuickTransferArgs

func (m *BitbonArgs) GetQuickTransferArgs() *QuickTransferArgs

func (*BitbonArgs) GetSafeTransferArgs

func (m *BitbonArgs) GetSafeTransferArgs() *SafeTransferArgs

func (*BitbonArgs) GetServiceFeeTransferArgs

func (m *BitbonArgs) GetServiceFeeTransferArgs() *ServiceFeeTransferArgs

func (*BitbonArgs) ProtoMessage

func (*BitbonArgs) ProtoMessage()

func (*BitbonArgs) Reset

func (m *BitbonArgs) Reset()

func (*BitbonArgs) String

func (m *BitbonArgs) String() string

func (*BitbonArgs) XXX_DiscardUnknown

func (m *BitbonArgs) XXX_DiscardUnknown()

func (*BitbonArgs) XXX_Marshal

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

func (*BitbonArgs) XXX_Merge

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

func (*BitbonArgs) XXX_OneofWrappers

func (*BitbonArgs) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*BitbonArgs) XXX_Size

func (m *BitbonArgs) XXX_Size() int

func (*BitbonArgs) XXX_Unmarshal

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

type BitbonArgs_CancelApprovalArgs

type BitbonArgs_CancelApprovalArgs struct {
	CancelApprovalArgs *CancelApprovalArgs `protobuf:"bytes,1,opt,name=cancelApprovalArgs,proto3,oneof"`
}

type BitbonArgs_DirectTransferArgs

type BitbonArgs_DirectTransferArgs struct {
	DirectTransferArgs *DirectTransferArgs `protobuf:"bytes,3,opt,name=directTransferArgs,proto3,oneof"`
}

type BitbonArgs_ExpireSafeTransferArgs

type BitbonArgs_ExpireSafeTransferArgs struct {
	ExpireSafeTransferArgs *ExpireSafeTransferArgs `protobuf:"bytes,5,opt,name=expireSafeTransferArgs,proto3,oneof"`
}

type BitbonArgs_QuickTransferArgs

type BitbonArgs_QuickTransferArgs struct {
	QuickTransferArgs *QuickTransferArgs `protobuf:"bytes,4,opt,name=quickTransferArgs,proto3,oneof"`
}

type BitbonArgs_SafeTransferArgs

type BitbonArgs_SafeTransferArgs struct {
	SafeTransferArgs *SafeTransferArgs `protobuf:"bytes,2,opt,name=safeTransferArgs,proto3,oneof"`
}

type BitbonArgs_ServiceFeeTransferArgs

type BitbonArgs_ServiceFeeTransferArgs struct {
	ServiceFeeTransferArgs *ServiceFeeTransferArgs `protobuf:"bytes,6,opt,name=serviceFeeTransferArgs,proto3,oneof"`
}

type BitbonTransaction

type BitbonTransaction struct {
	Status               bool        `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	ParseStatus          int64       `protobuf:"varint,2,opt,name=parseStatus,proto3" json:"parseStatus,omitempty"`
	Balances             []*Balance  `protobuf:"bytes,3,rep,name=balances,proto3" json:"balances,omitempty"`
	ParseError           string      `protobuf:"bytes,4,opt,name=parseError,proto3" json:"parseError,omitempty"`
	TxError              *Error      `protobuf:"bytes,5,opt,name=txError,proto3" json:"txError,omitempty"`
	Method               Method      `protobuf:"varint,6,opt,name=method,proto3,enum=dto.Method" json:"method,omitempty"`
	Args                 *BitbonArgs `protobuf:"bytes,7,opt,name=args,proto3" json:"args,omitempty"`
	Sender               string      `protobuf:"bytes,8,opt,name=sender,proto3" json:"sender,omitempty"`
	Events               []*Event    `protobuf:"bytes,9,rep,name=events,proto3" json:"events,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*BitbonTransaction) Descriptor

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

func (*BitbonTransaction) GetArgs

func (m *BitbonTransaction) GetArgs() *BitbonArgs

func (*BitbonTransaction) GetBalances

func (m *BitbonTransaction) GetBalances() []*Balance

func (*BitbonTransaction) GetEvents

func (m *BitbonTransaction) GetEvents() []*Event

func (*BitbonTransaction) GetMethod

func (m *BitbonTransaction) GetMethod() Method

func (*BitbonTransaction) GetParseError

func (m *BitbonTransaction) GetParseError() string

func (*BitbonTransaction) GetParseStatus

func (m *BitbonTransaction) GetParseStatus() int64

func (*BitbonTransaction) GetSender

func (m *BitbonTransaction) GetSender() string

func (*BitbonTransaction) GetStatus

func (m *BitbonTransaction) GetStatus() bool

func (*BitbonTransaction) GetTxError

func (m *BitbonTransaction) GetTxError() *Error

func (*BitbonTransaction) ProtoMessage

func (*BitbonTransaction) ProtoMessage()

func (*BitbonTransaction) Reset

func (m *BitbonTransaction) Reset()

func (*BitbonTransaction) String

func (m *BitbonTransaction) String() string

func (*BitbonTransaction) XXX_DiscardUnknown

func (m *BitbonTransaction) XXX_DiscardUnknown()

func (*BitbonTransaction) XXX_Marshal

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

func (*BitbonTransaction) XXX_Merge

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

func (*BitbonTransaction) XXX_Size

func (m *BitbonTransaction) XXX_Size() int

func (*BitbonTransaction) XXX_Unmarshal

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

type Block

type Block struct {
	Hash                 string               `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Number               uint64               `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	ParentHash           string               `protobuf:"bytes,3,opt,name=parentHash,proto3" json:"parentHash,omitempty"`
	Nonce                uint64               `protobuf:"varint,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Miner                string               `protobuf:"bytes,5,opt,name=miner,proto3" json:"miner,omitempty"`
	Difficulty           string               `protobuf:"bytes,6,opt,name=difficulty,proto3" json:"difficulty,omitempty"`
	ExtraData            string               `protobuf:"bytes,7,opt,name=extraData,proto3" json:"extraData,omitempty"`
	Size                 string               `protobuf:"bytes,8,opt,name=size,proto3" json:"size,omitempty"`
	GasLimit             uint64               `protobuf:"varint,9,opt,name=gasLimit,proto3" json:"gasLimit,omitempty"`
	GasUsed              uint64               `protobuf:"varint,10,opt,name=gasUsed,proto3" json:"gasUsed,omitempty"`
	Timestamp            uint64               `protobuf:"varint,11,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TransactionResult    []*TransactionResult `protobuf:"bytes,12,rep,name=transactionResult,proto3" json:"transactionResult,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Block) Descriptor

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

func (*Block) GetDifficulty

func (m *Block) GetDifficulty() string

func (*Block) GetExtraData

func (m *Block) GetExtraData() string

func (*Block) GetGasLimit

func (m *Block) GetGasLimit() uint64

func (*Block) GetGasUsed

func (m *Block) GetGasUsed() uint64

func (*Block) GetHash

func (m *Block) GetHash() string

func (*Block) GetMiner

func (m *Block) GetMiner() string

func (*Block) GetNonce

func (m *Block) GetNonce() uint64

func (*Block) GetNumber

func (m *Block) GetNumber() uint64

func (*Block) GetParentHash

func (m *Block) GetParentHash() string

func (*Block) GetSize

func (m *Block) GetSize() string

func (*Block) GetTimestamp

func (m *Block) GetTimestamp() uint64

func (*Block) GetTransactionResult

func (m *Block) GetTransactionResult() []*TransactionResult

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) Reset

func (m *Block) Reset()

func (*Block) String

func (m *Block) String() string

func (*Block) XXX_DiscardUnknown

func (m *Block) XXX_DiscardUnknown()

func (*Block) XXX_Marshal

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

func (*Block) XXX_Merge

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

func (*Block) XXX_Size

func (m *Block) XXX_Size() int

func (*Block) XXX_Unmarshal

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

type BlockByHashRequest

type BlockByHashRequest struct {
	Id                    string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockHash             string   `protobuf:"bytes,2,opt,name=blockHash,proto3" json:"blockHash,omitempty"`
	ReturnFullTransaction bool     `protobuf:"varint,3,opt,name=returnFullTransaction,proto3" json:"returnFullTransaction,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

routing key: r.block.SENDER.BlockByHashRequest

func (*BlockByHashRequest) Descriptor

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

func (*BlockByHashRequest) GetBlockHash

func (m *BlockByHashRequest) GetBlockHash() string

func (*BlockByHashRequest) GetId

func (m *BlockByHashRequest) GetId() string

func (*BlockByHashRequest) GetReturnFullTransaction

func (m *BlockByHashRequest) GetReturnFullTransaction() bool

func (*BlockByHashRequest) ProtoMessage

func (*BlockByHashRequest) ProtoMessage()

func (*BlockByHashRequest) Reset

func (m *BlockByHashRequest) Reset()

func (*BlockByHashRequest) String

func (m *BlockByHashRequest) String() string

func (*BlockByHashRequest) XXX_DiscardUnknown

func (m *BlockByHashRequest) XXX_DiscardUnknown()

func (*BlockByHashRequest) XXX_Marshal

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

func (*BlockByHashRequest) XXX_Merge

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

func (*BlockByHashRequest) XXX_Size

func (m *BlockByHashRequest) XXX_Size() int

func (*BlockByHashRequest) XXX_Unmarshal

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

type BlockByNumberRequest

type BlockByNumberRequest struct {
	Id                    string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockNumber           uint64   `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	ReturnFullTransaction bool     `protobuf:"varint,3,opt,name=returnFullTransaction,proto3" json:"returnFullTransaction,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

routing key: r.block.SENDER.BlockByNumberRequest

func (*BlockByNumberRequest) Descriptor

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

func (*BlockByNumberRequest) GetBlockNumber

func (m *BlockByNumberRequest) GetBlockNumber() uint64

func (*BlockByNumberRequest) GetId

func (m *BlockByNumberRequest) GetId() string

func (*BlockByNumberRequest) GetReturnFullTransaction

func (m *BlockByNumberRequest) GetReturnFullTransaction() bool

func (*BlockByNumberRequest) ProtoMessage

func (*BlockByNumberRequest) ProtoMessage()

func (*BlockByNumberRequest) Reset

func (m *BlockByNumberRequest) Reset()

func (*BlockByNumberRequest) String

func (m *BlockByNumberRequest) String() string

func (*BlockByNumberRequest) XXX_DiscardUnknown

func (m *BlockByNumberRequest) XXX_DiscardUnknown()

func (*BlockByNumberRequest) XXX_Marshal

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

func (*BlockByNumberRequest) XXX_Merge

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

func (*BlockByNumberRequest) XXX_Size

func (m *BlockByNumberRequest) XXX_Size() int

func (*BlockByNumberRequest) XXX_Unmarshal

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

type BlockInfoResponse

type BlockInfoResponse struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Block                []*Block `protobuf:"bytes,2,rep,name=block,proto3" json:"block,omitempty"`
	Error                *Error   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.block.SENDER.BlockByHashResponse routing key: r.block.SENDER.BlockByNumberResponse routing key: r.block.SENDER.RangeBlocksByNumberResponse

func (*BlockInfoResponse) Descriptor

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

func (*BlockInfoResponse) GetBlock

func (m *BlockInfoResponse) GetBlock() []*Block

func (*BlockInfoResponse) GetError

func (m *BlockInfoResponse) GetError() *Error

func (*BlockInfoResponse) GetId

func (m *BlockInfoResponse) GetId() string

func (*BlockInfoResponse) ProtoMessage

func (*BlockInfoResponse) ProtoMessage()

func (*BlockInfoResponse) Reset

func (m *BlockInfoResponse) Reset()

func (*BlockInfoResponse) String

func (m *BlockInfoResponse) String() string

func (*BlockInfoResponse) XXX_DiscardUnknown

func (m *BlockInfoResponse) XXX_DiscardUnknown()

func (*BlockInfoResponse) XXX_Marshal

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

func (*BlockInfoResponse) XXX_Merge

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

func (*BlockInfoResponse) XXX_Size

func (m *BlockInfoResponse) XXX_Size() int

func (*BlockInfoResponse) XXX_Unmarshal

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

type BlockMinedInfo

type BlockMinedInfo struct {
	Number               uint64   `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Timestamp            uint64   `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TransactionNumber    uint64   `protobuf:"varint,3,opt,name=transactionNumber,proto3" json:"transactionNumber,omitempty"`
	Hash                 string   `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	ParentHash           string   `protobuf:"bytes,5,opt,name=parentHash,proto3" json:"parentHash,omitempty"`
	Size                 string   `protobuf:"bytes,6,opt,name=size,proto3" json:"size,omitempty"`
	Difficulty           uint64   `protobuf:"varint,7,opt,name=difficulty,proto3" json:"difficulty,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockMinedInfo) Descriptor

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

func (*BlockMinedInfo) GetDifficulty

func (m *BlockMinedInfo) GetDifficulty() uint64

func (*BlockMinedInfo) GetHash

func (m *BlockMinedInfo) GetHash() string

func (*BlockMinedInfo) GetNumber

func (m *BlockMinedInfo) GetNumber() uint64

func (*BlockMinedInfo) GetParentHash

func (m *BlockMinedInfo) GetParentHash() string

func (*BlockMinedInfo) GetSize

func (m *BlockMinedInfo) GetSize() string

func (*BlockMinedInfo) GetTimestamp

func (m *BlockMinedInfo) GetTimestamp() uint64

func (*BlockMinedInfo) GetTransactionNumber

func (m *BlockMinedInfo) GetTransactionNumber() uint64

func (*BlockMinedInfo) ProtoMessage

func (*BlockMinedInfo) ProtoMessage()

func (*BlockMinedInfo) Reset

func (m *BlockMinedInfo) Reset()

func (*BlockMinedInfo) String

func (m *BlockMinedInfo) String() string

func (*BlockMinedInfo) XXX_DiscardUnknown

func (m *BlockMinedInfo) XXX_DiscardUnknown()

func (*BlockMinedInfo) XXX_Marshal

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

func (*BlockMinedInfo) XXX_Merge

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

func (*BlockMinedInfo) XXX_Size

func (m *BlockMinedInfo) XXX_Size() int

func (*BlockMinedInfo) XXX_Unmarshal

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

type BlockNotification

type BlockNotification struct {
	BlockInfo            *BlockMinedInfo `protobuf:"bytes,1,opt,name=blockInfo,proto3" json:"blockInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*BlockNotification) Descriptor

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

func (*BlockNotification) GetBlockInfo

func (m *BlockNotification) GetBlockInfo() *BlockMinedInfo

func (*BlockNotification) ProtoMessage

func (*BlockNotification) ProtoMessage()

func (*BlockNotification) Reset

func (m *BlockNotification) Reset()

func (*BlockNotification) String

func (m *BlockNotification) String() string

func (*BlockNotification) XXX_DiscardUnknown

func (m *BlockNotification) XXX_DiscardUnknown()

func (*BlockNotification) XXX_Marshal

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

func (*BlockNotification) XXX_Merge

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

func (*BlockNotification) XXX_Size

func (m *BlockNotification) XXX_Size() int

func (*BlockNotification) XXX_Unmarshal

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

type BlockTransactionCountByHashRequest

type BlockTransactionCountByHashRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockHash            string   `protobuf:"bytes,2,opt,name=blockHash,proto3" json:"blockHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.BlockTransactionCountByHashRequest

func (*BlockTransactionCountByHashRequest) Descriptor

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

func (*BlockTransactionCountByHashRequest) GetBlockHash

func (m *BlockTransactionCountByHashRequest) GetBlockHash() string

func (*BlockTransactionCountByHashRequest) GetId

func (*BlockTransactionCountByHashRequest) ProtoMessage

func (*BlockTransactionCountByHashRequest) ProtoMessage()

func (*BlockTransactionCountByHashRequest) Reset

func (*BlockTransactionCountByHashRequest) String

func (*BlockTransactionCountByHashRequest) XXX_DiscardUnknown

func (m *BlockTransactionCountByHashRequest) XXX_DiscardUnknown()

func (*BlockTransactionCountByHashRequest) XXX_Marshal

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

func (*BlockTransactionCountByHashRequest) XXX_Merge

func (*BlockTransactionCountByHashRequest) XXX_Size

func (*BlockTransactionCountByHashRequest) XXX_Unmarshal

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

type BlockTransactionCountByNumberRequest

type BlockTransactionCountByNumberRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockNumber          uint64   `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.BlockTransactionCountByNumberRequest

func (*BlockTransactionCountByNumberRequest) Descriptor

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

func (*BlockTransactionCountByNumberRequest) GetBlockNumber

func (m *BlockTransactionCountByNumberRequest) GetBlockNumber() uint64

func (*BlockTransactionCountByNumberRequest) GetId

func (*BlockTransactionCountByNumberRequest) ProtoMessage

func (*BlockTransactionCountByNumberRequest) ProtoMessage()

func (*BlockTransactionCountByNumberRequest) Reset

func (*BlockTransactionCountByNumberRequest) String

func (*BlockTransactionCountByNumberRequest) XXX_DiscardUnknown

func (m *BlockTransactionCountByNumberRequest) XXX_DiscardUnknown()

func (*BlockTransactionCountByNumberRequest) XXX_Marshal

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

func (*BlockTransactionCountByNumberRequest) XXX_Merge

func (*BlockTransactionCountByNumberRequest) XXX_Size

func (*BlockTransactionCountByNumberRequest) XXX_Unmarshal

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

type BlocksByTimePeriodRequest

type BlocksByTimePeriodRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TimestampFrom        uint64   `protobuf:"varint,2,opt,name=timestampFrom,proto3" json:"timestampFrom,omitempty"`
	TimestampTo          uint64   `protobuf:"varint,3,opt,name=timestampTo,proto3" json:"timestampTo,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.block.SENDER.BlocksByTimePeriodRequest

func (*BlocksByTimePeriodRequest) Descriptor

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

func (*BlocksByTimePeriodRequest) GetId

func (m *BlocksByTimePeriodRequest) GetId() string

func (*BlocksByTimePeriodRequest) GetTimestampFrom

func (m *BlocksByTimePeriodRequest) GetTimestampFrom() uint64

func (*BlocksByTimePeriodRequest) GetTimestampTo

func (m *BlocksByTimePeriodRequest) GetTimestampTo() uint64

func (*BlocksByTimePeriodRequest) ProtoMessage

func (*BlocksByTimePeriodRequest) ProtoMessage()

func (*BlocksByTimePeriodRequest) Reset

func (m *BlocksByTimePeriodRequest) Reset()

func (*BlocksByTimePeriodRequest) String

func (m *BlocksByTimePeriodRequest) String() string

func (*BlocksByTimePeriodRequest) XXX_DiscardUnknown

func (m *BlocksByTimePeriodRequest) XXX_DiscardUnknown()

func (*BlocksByTimePeriodRequest) XXX_Marshal

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

func (*BlocksByTimePeriodRequest) XXX_Merge

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

func (*BlocksByTimePeriodRequest) XXX_Size

func (m *BlocksByTimePeriodRequest) XXX_Size() int

func (*BlocksByTimePeriodRequest) XXX_Unmarshal

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

type CancelApprovalArgs

type CancelApprovalArgs struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	TransferId           []byte   `protobuf:"bytes,2,opt,name=transferId,proto3" json:"transferId,omitempty"`
	ExtraData            []byte   `protobuf:"bytes,3,opt,name=extraData,proto3" json:"extraData,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CancelApprovalArgs) Descriptor

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

func (*CancelApprovalArgs) GetAddress

func (m *CancelApprovalArgs) GetAddress() string

func (*CancelApprovalArgs) GetExtraData

func (m *CancelApprovalArgs) GetExtraData() []byte

func (*CancelApprovalArgs) GetTransferId

func (m *CancelApprovalArgs) GetTransferId() []byte

func (*CancelApprovalArgs) ProtoMessage

func (*CancelApprovalArgs) ProtoMessage()

func (*CancelApprovalArgs) Reset

func (m *CancelApprovalArgs) Reset()

func (*CancelApprovalArgs) String

func (m *CancelApprovalArgs) String() string

func (*CancelApprovalArgs) XXX_DiscardUnknown

func (m *CancelApprovalArgs) XXX_DiscardUnknown()

func (*CancelApprovalArgs) XXX_Marshal

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

func (*CancelApprovalArgs) XXX_Merge

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

func (*CancelApprovalArgs) XXX_Size

func (m *CancelApprovalArgs) XXX_Size() int

func (*CancelApprovalArgs) XXX_Unmarshal

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

type CancelFullBalanceSafeTransferRequest

type CancelFullBalanceSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CancelFullBalanceSafeTransferRequest
	// rountig key : r.transfer.SENDER.CancelFullBalanceSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,5,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CancelFullBalanceSafeTransferRequest) Descriptor

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

func (*CancelFullBalanceSafeTransferRequest) GetAddress

func (*CancelFullBalanceSafeTransferRequest) GetCryptoData

func (*CancelFullBalanceSafeTransferRequest) GetExtraData

func (m *CancelFullBalanceSafeTransferRequest) GetExtraData() []byte

func (*CancelFullBalanceSafeTransferRequest) GetId

func (*CancelFullBalanceSafeTransferRequest) GetTransferID

func (m *CancelFullBalanceSafeTransferRequest) GetTransferID() string

func (*CancelFullBalanceSafeTransferRequest) ProtoMessage

func (*CancelFullBalanceSafeTransferRequest) ProtoMessage()

func (*CancelFullBalanceSafeTransferRequest) Reset

func (*CancelFullBalanceSafeTransferRequest) String

func (*CancelFullBalanceSafeTransferRequest) XXX_DiscardUnknown

func (m *CancelFullBalanceSafeTransferRequest) XXX_DiscardUnknown()

func (*CancelFullBalanceSafeTransferRequest) XXX_Marshal

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

func (*CancelFullBalanceSafeTransferRequest) XXX_Merge

func (*CancelFullBalanceSafeTransferRequest) XXX_Size

func (*CancelFullBalanceSafeTransferRequest) XXX_Unmarshal

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

type CancelFullBalanceWPCSafeTransferRequest

type CancelFullBalanceWPCSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CancelFullBalanceWPCSafeTransferRequest
	// rountig key : r.transfer.SENDER.CancelFullBalanceWPCSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,5,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CancelFullBalanceWPCSafeTransferRequest) Descriptor

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

func (*CancelFullBalanceWPCSafeTransferRequest) GetAddress

func (*CancelFullBalanceWPCSafeTransferRequest) GetCryptoData

func (*CancelFullBalanceWPCSafeTransferRequest) GetExtraData

func (m *CancelFullBalanceWPCSafeTransferRequest) GetExtraData() []byte

func (*CancelFullBalanceWPCSafeTransferRequest) GetId

func (*CancelFullBalanceWPCSafeTransferRequest) GetTransferID

func (*CancelFullBalanceWPCSafeTransferRequest) ProtoMessage

func (*CancelFullBalanceWPCSafeTransferRequest) Reset

func (*CancelFullBalanceWPCSafeTransferRequest) String

func (*CancelFullBalanceWPCSafeTransferRequest) XXX_DiscardUnknown

func (m *CancelFullBalanceWPCSafeTransferRequest) XXX_DiscardUnknown()

func (*CancelFullBalanceWPCSafeTransferRequest) XXX_Marshal

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

func (*CancelFullBalanceWPCSafeTransferRequest) XXX_Merge

func (*CancelFullBalanceWPCSafeTransferRequest) XXX_Size

func (*CancelFullBalanceWPCSafeTransferRequest) XXX_Unmarshal

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

type CancelSafeTransferRequest

type CancelSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CancelSafeTransferRequest
	// rountig key : r.transfer.SENDER.CancelSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,5,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CancelSafeTransferRequest) Descriptor

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

func (*CancelSafeTransferRequest) GetAddress

func (m *CancelSafeTransferRequest) GetAddress() string

func (*CancelSafeTransferRequest) GetCryptoData

func (m *CancelSafeTransferRequest) GetCryptoData() *AssetboxCryptoData

func (*CancelSafeTransferRequest) GetExtraData

func (m *CancelSafeTransferRequest) GetExtraData() []byte

func (*CancelSafeTransferRequest) GetId

func (m *CancelSafeTransferRequest) GetId() string

func (*CancelSafeTransferRequest) GetTransferID

func (m *CancelSafeTransferRequest) GetTransferID() string

func (*CancelSafeTransferRequest) ProtoMessage

func (*CancelSafeTransferRequest) ProtoMessage()

func (*CancelSafeTransferRequest) Reset

func (m *CancelSafeTransferRequest) Reset()

func (*CancelSafeTransferRequest) String

func (m *CancelSafeTransferRequest) String() string

func (*CancelSafeTransferRequest) XXX_DiscardUnknown

func (m *CancelSafeTransferRequest) XXX_DiscardUnknown()

func (*CancelSafeTransferRequest) XXX_Marshal

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

func (*CancelSafeTransferRequest) XXX_Merge

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

func (*CancelSafeTransferRequest) XXX_Size

func (m *CancelSafeTransferRequest) XXX_Size() int

func (*CancelSafeTransferRequest) XXX_Unmarshal

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

type CancelWPCSafeTransferRequest

type CancelWPCSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CancelWPCSafeTransferRequest
	// rountig key : r.transfer.SENDER.CancelWPCSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	TransferID           string              `protobuf:"bytes,3,opt,name=transferID,proto3" json:"transferID,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,5,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CancelWPCSafeTransferRequest) Descriptor

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

func (*CancelWPCSafeTransferRequest) GetAddress

func (m *CancelWPCSafeTransferRequest) GetAddress() string

func (*CancelWPCSafeTransferRequest) GetCryptoData

func (*CancelWPCSafeTransferRequest) GetExtraData

func (m *CancelWPCSafeTransferRequest) GetExtraData() []byte

func (*CancelWPCSafeTransferRequest) GetId

func (*CancelWPCSafeTransferRequest) GetTransferID

func (m *CancelWPCSafeTransferRequest) GetTransferID() string

func (*CancelWPCSafeTransferRequest) ProtoMessage

func (*CancelWPCSafeTransferRequest) ProtoMessage()

func (*CancelWPCSafeTransferRequest) Reset

func (m *CancelWPCSafeTransferRequest) Reset()

func (*CancelWPCSafeTransferRequest) String

func (*CancelWPCSafeTransferRequest) XXX_DiscardUnknown

func (m *CancelWPCSafeTransferRequest) XXX_DiscardUnknown()

func (*CancelWPCSafeTransferRequest) XXX_Marshal

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

func (*CancelWPCSafeTransferRequest) XXX_Merge

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

func (*CancelWPCSafeTransferRequest) XXX_Size

func (m *CancelWPCSafeTransferRequest) XXX_Size() int

func (*CancelWPCSafeTransferRequest) XXX_Unmarshal

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

type CheckTransactionsByTimePeriodResponse

type CheckTransactionsByTimePeriodResponse struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hash                 string   `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	Error                *Error   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.CheckTransactionsByTimePeriodResponse

func (*CheckTransactionsByTimePeriodResponse) Descriptor

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

func (*CheckTransactionsByTimePeriodResponse) GetError

func (*CheckTransactionsByTimePeriodResponse) GetHash

func (*CheckTransactionsByTimePeriodResponse) GetId

func (*CheckTransactionsByTimePeriodResponse) ProtoMessage

func (*CheckTransactionsByTimePeriodResponse) ProtoMessage()

func (*CheckTransactionsByTimePeriodResponse) Reset

func (*CheckTransactionsByTimePeriodResponse) String

func (*CheckTransactionsByTimePeriodResponse) XXX_DiscardUnknown

func (m *CheckTransactionsByTimePeriodResponse) XXX_DiscardUnknown()

func (*CheckTransactionsByTimePeriodResponse) XXX_Marshal

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

func (*CheckTransactionsByTimePeriodResponse) XXX_Merge

func (*CheckTransactionsByTimePeriodResponse) XXX_Size

func (*CheckTransactionsByTimePeriodResponse) XXX_Unmarshal

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

type CreateFullBalanceSafeTransferRequest

type CreateFullBalanceSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CreateFullBalanceSafeTransferRequest
	// rountig key : r.transfer.SENDER.CreateFullBalanceSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string              `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	TransferId           string              `protobuf:"bytes,4,opt,name=transferId,proto3" json:"transferId,omitempty"`
	ProtectionCode       string              `protobuf:"bytes,5,opt,name=protectionCode,proto3" json:"protectionCode,omitempty"`
	Retries              uint64              `protobuf:"varint,6,opt,name=retries,proto3" json:"retries,omitempty"`
	ExpiresAt            int64               `protobuf:"varint,7,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,8,opt,name=extraData,proto3" json:"extraData,omitempty"`
	FromCryptoData       *AssetboxCryptoData `protobuf:"bytes,9,opt,name=from_crypto_data,json=fromCryptoData,proto3" json:"from_crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateFullBalanceSafeTransferRequest) Descriptor

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

func (*CreateFullBalanceSafeTransferRequest) GetExpiresAt

func (m *CreateFullBalanceSafeTransferRequest) GetExpiresAt() int64

func (*CreateFullBalanceSafeTransferRequest) GetExtraData

func (m *CreateFullBalanceSafeTransferRequest) GetExtraData() []byte

func (*CreateFullBalanceSafeTransferRequest) GetFrom

func (*CreateFullBalanceSafeTransferRequest) GetFromCryptoData

func (*CreateFullBalanceSafeTransferRequest) GetId

func (*CreateFullBalanceSafeTransferRequest) GetProtectionCode

func (m *CreateFullBalanceSafeTransferRequest) GetProtectionCode() string

func (*CreateFullBalanceSafeTransferRequest) GetRetries

func (*CreateFullBalanceSafeTransferRequest) GetTo

func (*CreateFullBalanceSafeTransferRequest) GetTransferId

func (m *CreateFullBalanceSafeTransferRequest) GetTransferId() string

func (*CreateFullBalanceSafeTransferRequest) ProtoMessage

func (*CreateFullBalanceSafeTransferRequest) ProtoMessage()

func (*CreateFullBalanceSafeTransferRequest) Reset

func (*CreateFullBalanceSafeTransferRequest) String

func (*CreateFullBalanceSafeTransferRequest) XXX_DiscardUnknown

func (m *CreateFullBalanceSafeTransferRequest) XXX_DiscardUnknown()

func (*CreateFullBalanceSafeTransferRequest) XXX_Marshal

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

func (*CreateFullBalanceSafeTransferRequest) XXX_Merge

func (*CreateFullBalanceSafeTransferRequest) XXX_Size

func (*CreateFullBalanceSafeTransferRequest) XXX_Unmarshal

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

type CreateFullBalanceWPCSafeTransferRequest

type CreateFullBalanceWPCSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CreateFullBalanceWPCSafeTransferRequest
	// rountig key : r.transfer.SENDER.CreateFullBalanceWPCSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string              `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	TransferId           string              `protobuf:"bytes,4,opt,name=transferId,proto3" json:"transferId,omitempty"`
	ExpiresAt            int64               `protobuf:"varint,5,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,6,opt,name=extraData,proto3" json:"extraData,omitempty"`
	FromCryptoData       *AssetboxCryptoData `protobuf:"bytes,7,opt,name=from_crypto_data,json=fromCryptoData,proto3" json:"from_crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateFullBalanceWPCSafeTransferRequest) Descriptor

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

func (*CreateFullBalanceWPCSafeTransferRequest) GetExpiresAt

func (*CreateFullBalanceWPCSafeTransferRequest) GetExtraData

func (m *CreateFullBalanceWPCSafeTransferRequest) GetExtraData() []byte

func (*CreateFullBalanceWPCSafeTransferRequest) GetFrom

func (*CreateFullBalanceWPCSafeTransferRequest) GetFromCryptoData

func (*CreateFullBalanceWPCSafeTransferRequest) GetId

func (*CreateFullBalanceWPCSafeTransferRequest) GetTo

func (*CreateFullBalanceWPCSafeTransferRequest) GetTransferId

func (*CreateFullBalanceWPCSafeTransferRequest) ProtoMessage

func (*CreateFullBalanceWPCSafeTransferRequest) Reset

func (*CreateFullBalanceWPCSafeTransferRequest) String

func (*CreateFullBalanceWPCSafeTransferRequest) XXX_DiscardUnknown

func (m *CreateFullBalanceWPCSafeTransferRequest) XXX_DiscardUnknown()

func (*CreateFullBalanceWPCSafeTransferRequest) XXX_Marshal

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

func (*CreateFullBalanceWPCSafeTransferRequest) XXX_Merge

func (*CreateFullBalanceWPCSafeTransferRequest) XXX_Size

func (*CreateFullBalanceWPCSafeTransferRequest) XXX_Unmarshal

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

type CreateSafeTransferRequest

type CreateSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CreateSafeTransferRequest
	// rountig key : r.transfer.SENDER.CreateSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string              `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Value                string              `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	TransferId           string              `protobuf:"bytes,5,opt,name=transferId,proto3" json:"transferId,omitempty"`
	ProtectionCode       string              `protobuf:"bytes,6,opt,name=protectionCode,proto3" json:"protectionCode,omitempty"`
	Retries              uint64              `protobuf:"varint,7,opt,name=retries,proto3" json:"retries,omitempty"`
	ExpiresAt            int64               `protobuf:"varint,8,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,9,opt,name=extraData,proto3" json:"extraData,omitempty"`
	FromCryptoData       *AssetboxCryptoData `protobuf:"bytes,10,opt,name=from_crypto_data,json=fromCryptoData,proto3" json:"from_crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateSafeTransferRequest) Descriptor

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

func (*CreateSafeTransferRequest) GetExpiresAt

func (m *CreateSafeTransferRequest) GetExpiresAt() int64

func (*CreateSafeTransferRequest) GetExtraData

func (m *CreateSafeTransferRequest) GetExtraData() []byte

func (*CreateSafeTransferRequest) GetFrom

func (m *CreateSafeTransferRequest) GetFrom() string

func (*CreateSafeTransferRequest) GetFromCryptoData

func (m *CreateSafeTransferRequest) GetFromCryptoData() *AssetboxCryptoData

func (*CreateSafeTransferRequest) GetId

func (m *CreateSafeTransferRequest) GetId() string

func (*CreateSafeTransferRequest) GetProtectionCode

func (m *CreateSafeTransferRequest) GetProtectionCode() string

func (*CreateSafeTransferRequest) GetRetries

func (m *CreateSafeTransferRequest) GetRetries() uint64

func (*CreateSafeTransferRequest) GetTo

func (m *CreateSafeTransferRequest) GetTo() string

func (*CreateSafeTransferRequest) GetTransferId

func (m *CreateSafeTransferRequest) GetTransferId() string

func (*CreateSafeTransferRequest) GetValue

func (m *CreateSafeTransferRequest) GetValue() string

func (*CreateSafeTransferRequest) ProtoMessage

func (*CreateSafeTransferRequest) ProtoMessage()

func (*CreateSafeTransferRequest) Reset

func (m *CreateSafeTransferRequest) Reset()

func (*CreateSafeTransferRequest) String

func (m *CreateSafeTransferRequest) String() string

func (*CreateSafeTransferRequest) XXX_DiscardUnknown

func (m *CreateSafeTransferRequest) XXX_DiscardUnknown()

func (*CreateSafeTransferRequest) XXX_Marshal

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

func (*CreateSafeTransferRequest) XXX_Merge

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

func (*CreateSafeTransferRequest) XXX_Size

func (m *CreateSafeTransferRequest) XXX_Size() int

func (*CreateSafeTransferRequest) XXX_Unmarshal

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

type CreateWPCSafeTransferRequest

type CreateWPCSafeTransferRequest struct {
	// rountig key : r.transfer.SENDER.CreateWPCSafeTransferRequest
	// rountig key : r.transfer.SENDER.CreateWPCSafeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string              `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Value                string              `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	TransferId           string              `protobuf:"bytes,5,opt,name=transferId,proto3" json:"transferId,omitempty"`
	ExpiresAt            int64               `protobuf:"varint,6,opt,name=expiresAt,proto3" json:"expiresAt,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,7,opt,name=extraData,proto3" json:"extraData,omitempty"`
	FromCryptoData       *AssetboxCryptoData `protobuf:"bytes,8,opt,name=from_crypto_data,json=fromCryptoData,proto3" json:"from_crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateWPCSafeTransferRequest) Descriptor

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

func (*CreateWPCSafeTransferRequest) GetExpiresAt

func (m *CreateWPCSafeTransferRequest) GetExpiresAt() int64

func (*CreateWPCSafeTransferRequest) GetExtraData

func (m *CreateWPCSafeTransferRequest) GetExtraData() []byte

func (*CreateWPCSafeTransferRequest) GetFrom

func (m *CreateWPCSafeTransferRequest) GetFrom() string

func (*CreateWPCSafeTransferRequest) GetFromCryptoData

func (m *CreateWPCSafeTransferRequest) GetFromCryptoData() *AssetboxCryptoData

func (*CreateWPCSafeTransferRequest) GetId

func (*CreateWPCSafeTransferRequest) GetTo

func (*CreateWPCSafeTransferRequest) GetTransferId

func (m *CreateWPCSafeTransferRequest) GetTransferId() string

func (*CreateWPCSafeTransferRequest) GetValue

func (m *CreateWPCSafeTransferRequest) GetValue() string

func (*CreateWPCSafeTransferRequest) ProtoMessage

func (*CreateWPCSafeTransferRequest) ProtoMessage()

func (*CreateWPCSafeTransferRequest) Reset

func (m *CreateWPCSafeTransferRequest) Reset()

func (*CreateWPCSafeTransferRequest) String

func (*CreateWPCSafeTransferRequest) XXX_DiscardUnknown

func (m *CreateWPCSafeTransferRequest) XXX_DiscardUnknown()

func (*CreateWPCSafeTransferRequest) XXX_Marshal

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

func (*CreateWPCSafeTransferRequest) XXX_Merge

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

func (*CreateWPCSafeTransferRequest) XXX_Size

func (m *CreateWPCSafeTransferRequest) XXX_Size() int

func (*CreateWPCSafeTransferRequest) XXX_Unmarshal

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

type DataError

type DataError struct {
	Code                 int64    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Description          string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataError) Descriptor

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

func (*DataError) GetCode

func (m *DataError) GetCode() int64

func (*DataError) GetDescription

func (m *DataError) GetDescription() string

func (*DataError) ProtoMessage

func (*DataError) ProtoMessage()

func (*DataError) Reset

func (m *DataError) Reset()

func (*DataError) String

func (m *DataError) String() string

func (*DataError) XXX_DiscardUnknown

func (m *DataError) XXX_DiscardUnknown()

func (*DataError) XXX_Marshal

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

func (*DataError) XXX_Merge

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

func (*DataError) XXX_Size

func (m *DataError) XXX_Size() int

func (*DataError) XXX_Unmarshal

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

type DeleteAssetboxRequest

type DeleteAssetboxRequest struct {
	// routing key: r.assetbox.SENDER.DeleteAssetboxRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,3,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*DeleteAssetboxRequest) Descriptor

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

func (*DeleteAssetboxRequest) GetAddress

func (m *DeleteAssetboxRequest) GetAddress() string

func (*DeleteAssetboxRequest) GetCryptoData

func (m *DeleteAssetboxRequest) GetCryptoData() *AssetboxCryptoData

func (*DeleteAssetboxRequest) GetId

func (m *DeleteAssetboxRequest) GetId() string

func (*DeleteAssetboxRequest) ProtoMessage

func (*DeleteAssetboxRequest) ProtoMessage()

func (*DeleteAssetboxRequest) Reset

func (m *DeleteAssetboxRequest) Reset()

func (*DeleteAssetboxRequest) String

func (m *DeleteAssetboxRequest) String() string

func (*DeleteAssetboxRequest) XXX_DiscardUnknown

func (m *DeleteAssetboxRequest) XXX_DiscardUnknown()

func (*DeleteAssetboxRequest) XXX_Marshal

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

func (*DeleteAssetboxRequest) XXX_Merge

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

func (*DeleteAssetboxRequest) XXX_Size

func (m *DeleteAssetboxRequest) XXX_Size() int

func (*DeleteAssetboxRequest) XXX_Unmarshal

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

type DeleteAssetboxResponse

type DeleteAssetboxResponse struct {
	// r.assetbox.bitbon-node.DeleteAssetboxResponse
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Error                *Error   `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAssetboxResponse) Descriptor

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

func (*DeleteAssetboxResponse) GetError

func (m *DeleteAssetboxResponse) GetError() *Error

func (*DeleteAssetboxResponse) GetId

func (m *DeleteAssetboxResponse) GetId() string

func (*DeleteAssetboxResponse) ProtoMessage

func (*DeleteAssetboxResponse) ProtoMessage()

func (*DeleteAssetboxResponse) Reset

func (m *DeleteAssetboxResponse) Reset()

func (*DeleteAssetboxResponse) String

func (m *DeleteAssetboxResponse) String() string

func (*DeleteAssetboxResponse) XXX_DiscardUnknown

func (m *DeleteAssetboxResponse) XXX_DiscardUnknown()

func (*DeleteAssetboxResponse) XXX_Marshal

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

func (*DeleteAssetboxResponse) XXX_Merge

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

func (*DeleteAssetboxResponse) XXX_Size

func (m *DeleteAssetboxResponse) XXX_Size() int

func (*DeleteAssetboxResponse) XXX_Unmarshal

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

type DirectTransferArgs

type DirectTransferArgs struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ExtraData            []byte   `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DirectTransferArgs) Descriptor

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

func (*DirectTransferArgs) GetExtraData

func (m *DirectTransferArgs) GetExtraData() []byte

func (*DirectTransferArgs) GetFrom

func (m *DirectTransferArgs) GetFrom() string

func (*DirectTransferArgs) GetTo

func (m *DirectTransferArgs) GetTo() string

func (*DirectTransferArgs) GetValue

func (m *DirectTransferArgs) GetValue() string

func (*DirectTransferArgs) ProtoMessage

func (*DirectTransferArgs) ProtoMessage()

func (*DirectTransferArgs) Reset

func (m *DirectTransferArgs) Reset()

func (*DirectTransferArgs) String

func (m *DirectTransferArgs) String() string

func (*DirectTransferArgs) XXX_DiscardUnknown

func (m *DirectTransferArgs) XXX_DiscardUnknown()

func (*DirectTransferArgs) XXX_Marshal

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

func (*DirectTransferArgs) XXX_Merge

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

func (*DirectTransferArgs) XXX_Size

func (m *DirectTransferArgs) XXX_Size() int

func (*DirectTransferArgs) XXX_Unmarshal

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

type DirectTransferRequest

type DirectTransferRequest struct {
	// rountig key : r.transfer.SENDER.DirectTransferRequest
	// rountig key : r.transfer.SENDER.DirectTransferAsyncRequest
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Value                string   `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	ExtraData            []byte   `protobuf:"bytes,5,opt,name=extraData,proto3" json:"extraData,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DirectTransferRequest) Descriptor

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

func (*DirectTransferRequest) GetExtraData

func (m *DirectTransferRequest) GetExtraData() []byte

func (*DirectTransferRequest) GetFrom

func (m *DirectTransferRequest) GetFrom() string

func (*DirectTransferRequest) GetId

func (m *DirectTransferRequest) GetId() string

func (*DirectTransferRequest) GetTo

func (m *DirectTransferRequest) GetTo() string

func (*DirectTransferRequest) GetValue

func (m *DirectTransferRequest) GetValue() string

func (*DirectTransferRequest) ProtoMessage

func (*DirectTransferRequest) ProtoMessage()

func (*DirectTransferRequest) Reset

func (m *DirectTransferRequest) Reset()

func (*DirectTransferRequest) String

func (m *DirectTransferRequest) String() string

func (*DirectTransferRequest) XXX_DiscardUnknown

func (m *DirectTransferRequest) XXX_DiscardUnknown()

func (*DirectTransferRequest) XXX_Marshal

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

func (*DirectTransferRequest) XXX_Merge

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

func (*DirectTransferRequest) XXX_Size

func (m *DirectTransferRequest) XXX_Size() int

func (*DirectTransferRequest) XXX_Unmarshal

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

type DistributionSettingsChanged

type DistributionSettingsChanged struct {
	Type                 uint64             `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Distributions        []*FeeDistribution `protobuf:"bytes,2,rep,name=distributions,proto3" json:"distributions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DistributionSettingsChanged) Descriptor

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

func (*DistributionSettingsChanged) GetDistributions

func (m *DistributionSettingsChanged) GetDistributions() []*FeeDistribution

func (*DistributionSettingsChanged) GetType

func (m *DistributionSettingsChanged) GetType() uint64

func (*DistributionSettingsChanged) ProtoMessage

func (*DistributionSettingsChanged) ProtoMessage()

func (*DistributionSettingsChanged) Reset

func (m *DistributionSettingsChanged) Reset()

func (*DistributionSettingsChanged) String

func (m *DistributionSettingsChanged) String() string

func (*DistributionSettingsChanged) XXX_DiscardUnknown

func (m *DistributionSettingsChanged) XXX_DiscardUnknown()

func (*DistributionSettingsChanged) XXX_Marshal

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

func (*DistributionSettingsChanged) XXX_Merge

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

func (*DistributionSettingsChanged) XXX_Size

func (m *DistributionSettingsChanged) XXX_Size() int

func (*DistributionSettingsChanged) XXX_Unmarshal

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

type Error

type Error struct {
	Code                 int64        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	DataError            []*DataError `protobuf:"bytes,3,rep,name=dataError,proto3" json:"dataError,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Error) Descriptor

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

func (*Error) GetCode

func (m *Error) GetCode() int64

func (*Error) GetDataError

func (m *Error) GetDataError() []*DataError

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

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

func (*Error) XXX_Merge

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

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

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

type Event

type Event struct {
	// Types that are valid to be assigned to Event:
	//	*Event_TransferExpiredEvent
	//	*Event_FeeChargedEvent
	Event                isEvent_Event `protobuf_oneof:"event"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Event) Descriptor

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

func (*Event) GetEvent

func (m *Event) GetEvent() isEvent_Event

func (*Event) GetFeeChargedEvent

func (m *Event) GetFeeChargedEvent() *FeeChargedEvent

func (*Event) GetTransferExpiredEvent

func (m *Event) GetTransferExpiredEvent() *TransferExpiredEvent

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

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

func (*Event) XXX_Merge

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

func (*Event) XXX_OneofWrappers

func (*Event) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

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

type Event_FeeChargedEvent

type Event_FeeChargedEvent struct {
	FeeChargedEvent *FeeChargedEvent `protobuf:"bytes,2,opt,name=feeChargedEvent,proto3,oneof"`
}

type Event_TransferExpiredEvent

type Event_TransferExpiredEvent struct {
	TransferExpiredEvent *TransferExpiredEvent `protobuf:"bytes,1,opt,name=transferExpiredEvent,proto3,oneof"`
}

type ExceptionalAccountsChanged

type ExceptionalAccountsChanged struct {
	Accounts             []string `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExceptionalAccountsChanged) Descriptor

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

func (*ExceptionalAccountsChanged) GetAccounts

func (m *ExceptionalAccountsChanged) GetAccounts() []string

func (*ExceptionalAccountsChanged) ProtoMessage

func (*ExceptionalAccountsChanged) ProtoMessage()

func (*ExceptionalAccountsChanged) Reset

func (m *ExceptionalAccountsChanged) Reset()

func (*ExceptionalAccountsChanged) String

func (m *ExceptionalAccountsChanged) String() string

func (*ExceptionalAccountsChanged) XXX_DiscardUnknown

func (m *ExceptionalAccountsChanged) XXX_DiscardUnknown()

func (*ExceptionalAccountsChanged) XXX_Marshal

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

func (*ExceptionalAccountsChanged) XXX_Merge

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

func (*ExceptionalAccountsChanged) XXX_Size

func (m *ExceptionalAccountsChanged) XXX_Size() int

func (*ExceptionalAccountsChanged) XXX_Unmarshal

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

type ExpireSafeTransferArgs

type ExpireSafeTransferArgs struct {
	TransferIds          []string `protobuf:"bytes,1,rep,name=transferIds,proto3" json:"transferIds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExpireSafeTransferArgs) Descriptor

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

func (*ExpireSafeTransferArgs) GetTransferIds

func (m *ExpireSafeTransferArgs) GetTransferIds() []string

func (*ExpireSafeTransferArgs) ProtoMessage

func (*ExpireSafeTransferArgs) ProtoMessage()

func (*ExpireSafeTransferArgs) Reset

func (m *ExpireSafeTransferArgs) Reset()

func (*ExpireSafeTransferArgs) String

func (m *ExpireSafeTransferArgs) String() string

func (*ExpireSafeTransferArgs) XXX_DiscardUnknown

func (m *ExpireSafeTransferArgs) XXX_DiscardUnknown()

func (*ExpireSafeTransferArgs) XXX_Marshal

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

func (*ExpireSafeTransferArgs) XXX_Merge

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

func (*ExpireSafeTransferArgs) XXX_Size

func (m *ExpireSafeTransferArgs) XXX_Size() int

func (*ExpireSafeTransferArgs) XXX_Unmarshal

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

type ExpireTransfersRequest

type ExpireTransfersRequest struct {
	// rountig key : r.transfer.SENDER.ExpireTransfersRequest
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TransferIds          []string `protobuf:"bytes,2,rep,name=transfer_ids,json=transferIds,proto3" json:"transfer_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExpireTransfersRequest) Descriptor

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

func (*ExpireTransfersRequest) GetId

func (m *ExpireTransfersRequest) GetId() string

func (*ExpireTransfersRequest) GetTransferIds

func (m *ExpireTransfersRequest) GetTransferIds() []string

func (*ExpireTransfersRequest) ProtoMessage

func (*ExpireTransfersRequest) ProtoMessage()

func (*ExpireTransfersRequest) Reset

func (m *ExpireTransfersRequest) Reset()

func (*ExpireTransfersRequest) String

func (m *ExpireTransfersRequest) String() string

func (*ExpireTransfersRequest) XXX_DiscardUnknown

func (m *ExpireTransfersRequest) XXX_DiscardUnknown()

func (*ExpireTransfersRequest) XXX_Marshal

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

func (*ExpireTransfersRequest) XXX_Merge

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

func (*ExpireTransfersRequest) XXX_Size

func (m *ExpireTransfersRequest) XXX_Size() int

func (*ExpireTransfersRequest) XXX_Unmarshal

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

type ExpireTransfersResponse

type ExpireTransfersResponse struct {
	// rountig key : r.transfer.bitbon-node.ExpireTransfersResponse
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Num                  uint64   `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
	Error                *Error   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExpireTransfersResponse) Descriptor

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

func (*ExpireTransfersResponse) GetError

func (m *ExpireTransfersResponse) GetError() *Error

func (*ExpireTransfersResponse) GetId

func (m *ExpireTransfersResponse) GetId() string

func (*ExpireTransfersResponse) GetNum

func (m *ExpireTransfersResponse) GetNum() uint64

func (*ExpireTransfersResponse) ProtoMessage

func (*ExpireTransfersResponse) ProtoMessage()

func (*ExpireTransfersResponse) Reset

func (m *ExpireTransfersResponse) Reset()

func (*ExpireTransfersResponse) String

func (m *ExpireTransfersResponse) String() string

func (*ExpireTransfersResponse) XXX_DiscardUnknown

func (m *ExpireTransfersResponse) XXX_DiscardUnknown()

func (*ExpireTransfersResponse) XXX_Marshal

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

func (*ExpireTransfersResponse) XXX_Merge

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

func (*ExpireTransfersResponse) XXX_Size

func (m *ExpireTransfersResponse) XXX_Size() int

func (*ExpireTransfersResponse) XXX_Unmarshal

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

type FeeChargedEvent

type FeeChargedEvent struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Amount               string   `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeeChargedEvent) Descriptor

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

func (*FeeChargedEvent) GetAmount

func (m *FeeChargedEvent) GetAmount() string

func (*FeeChargedEvent) GetFrom

func (m *FeeChargedEvent) GetFrom() string

func (*FeeChargedEvent) GetTo

func (m *FeeChargedEvent) GetTo() string

func (*FeeChargedEvent) ProtoMessage

func (*FeeChargedEvent) ProtoMessage()

func (*FeeChargedEvent) Reset

func (m *FeeChargedEvent) Reset()

func (*FeeChargedEvent) String

func (m *FeeChargedEvent) String() string

func (*FeeChargedEvent) XXX_DiscardUnknown

func (m *FeeChargedEvent) XXX_DiscardUnknown()

func (*FeeChargedEvent) XXX_Marshal

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

func (*FeeChargedEvent) XXX_Merge

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

func (*FeeChargedEvent) XXX_Size

func (m *FeeChargedEvent) XXX_Size() int

func (*FeeChargedEvent) XXX_Unmarshal

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

type FeeDistribution

type FeeDistribution struct {
	Account              string   `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	SelfPercent          int32    `protobuf:"varint,2,opt,name=self_percent,json=selfPercent,proto3" json:"self_percent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeeDistribution) Descriptor

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

func (*FeeDistribution) GetAccount

func (m *FeeDistribution) GetAccount() string

func (*FeeDistribution) GetSelfPercent

func (m *FeeDistribution) GetSelfPercent() int32

func (*FeeDistribution) ProtoMessage

func (*FeeDistribution) ProtoMessage()

func (*FeeDistribution) Reset

func (m *FeeDistribution) Reset()

func (*FeeDistribution) String

func (m *FeeDistribution) String() string

func (*FeeDistribution) XXX_DiscardUnknown

func (m *FeeDistribution) XXX_DiscardUnknown()

func (*FeeDistribution) XXX_Marshal

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

func (*FeeDistribution) XXX_Merge

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

func (*FeeDistribution) XXX_Size

func (m *FeeDistribution) XXX_Size() int

func (*FeeDistribution) XXX_Unmarshal

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

type FeeDistributionSettings

type FeeDistributionSettings struct {
	DistributionSettings []*FeeDistribution `protobuf:"bytes,1,rep,name=distributionSettings,proto3" json:"distributionSettings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*FeeDistributionSettings) Descriptor

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

func (*FeeDistributionSettings) GetDistributionSettings

func (m *FeeDistributionSettings) GetDistributionSettings() []*FeeDistribution

func (*FeeDistributionSettings) ProtoMessage

func (*FeeDistributionSettings) ProtoMessage()

func (*FeeDistributionSettings) Reset

func (m *FeeDistributionSettings) Reset()

func (*FeeDistributionSettings) String

func (m *FeeDistributionSettings) String() string

func (*FeeDistributionSettings) XXX_DiscardUnknown

func (m *FeeDistributionSettings) XXX_DiscardUnknown()

func (*FeeDistributionSettings) XXX_Marshal

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

func (*FeeDistributionSettings) XXX_Merge

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

func (*FeeDistributionSettings) XXX_Size

func (m *FeeDistributionSettings) XXX_Size() int

func (*FeeDistributionSettings) XXX_Unmarshal

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

type FeeSettingsRequest

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

func (*FeeSettingsRequest) Descriptor

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

func (*FeeSettingsRequest) GetId

func (m *FeeSettingsRequest) GetId() string

func (*FeeSettingsRequest) ProtoMessage

func (*FeeSettingsRequest) ProtoMessage()

func (*FeeSettingsRequest) Reset

func (m *FeeSettingsRequest) Reset()

func (*FeeSettingsRequest) String

func (m *FeeSettingsRequest) String() string

func (*FeeSettingsRequest) XXX_DiscardUnknown

func (m *FeeSettingsRequest) XXX_DiscardUnknown()

func (*FeeSettingsRequest) XXX_Marshal

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

func (*FeeSettingsRequest) XXX_Merge

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

func (*FeeSettingsRequest) XXX_Size

func (m *FeeSettingsRequest) XXX_Size() int

func (*FeeSettingsRequest) XXX_Unmarshal

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

type FeeSettingsResponse

type FeeSettingsResponse struct {
	Id                   string                             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ValueSettings        map[int32]string                   `` /* 168-byte string literal not displayed */
	DistributionSettings map[int32]*FeeDistributionSettings `` /* 182-byte string literal not displayed */
	Error                *Error                             `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*FeeSettingsResponse) Descriptor

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

func (*FeeSettingsResponse) GetDistributionSettings

func (m *FeeSettingsResponse) GetDistributionSettings() map[int32]*FeeDistributionSettings

func (*FeeSettingsResponse) GetError

func (m *FeeSettingsResponse) GetError() *Error

func (*FeeSettingsResponse) GetId

func (m *FeeSettingsResponse) GetId() string

func (*FeeSettingsResponse) GetValueSettings

func (m *FeeSettingsResponse) GetValueSettings() map[int32]string

func (*FeeSettingsResponse) ProtoMessage

func (*FeeSettingsResponse) ProtoMessage()

func (*FeeSettingsResponse) Reset

func (m *FeeSettingsResponse) Reset()

func (*FeeSettingsResponse) String

func (m *FeeSettingsResponse) String() string

func (*FeeSettingsResponse) XXX_DiscardUnknown

func (m *FeeSettingsResponse) XXX_DiscardUnknown()

func (*FeeSettingsResponse) XXX_Marshal

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

func (*FeeSettingsResponse) XXX_Merge

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

func (*FeeSettingsResponse) XXX_Size

func (m *FeeSettingsResponse) XXX_Size() int

func (*FeeSettingsResponse) XXX_Unmarshal

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

type FeeValueChanged

type FeeValueChanged struct {
	Type                 uint64   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeeValueChanged) Descriptor

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

func (*FeeValueChanged) GetType

func (m *FeeValueChanged) GetType() uint64

func (*FeeValueChanged) GetValue

func (m *FeeValueChanged) GetValue() string

func (*FeeValueChanged) ProtoMessage

func (*FeeValueChanged) ProtoMessage()

func (*FeeValueChanged) Reset

func (m *FeeValueChanged) Reset()

func (*FeeValueChanged) String

func (m *FeeValueChanged) String() string

func (*FeeValueChanged) XXX_DiscardUnknown

func (m *FeeValueChanged) XXX_DiscardUnknown()

func (*FeeValueChanged) XXX_Marshal

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

func (*FeeValueChanged) XXX_Merge

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

func (*FeeValueChanged) XXX_Size

func (m *FeeValueChanged) XXX_Size() int

func (*FeeValueChanged) XXX_Unmarshal

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

type FullBalanceQuickTransferRequest

type FullBalanceQuickTransferRequest struct {
	// rountig key : r.transfer.SENDER.FullBalanceQuickTransferRequest
	// rountig key : r.transfer.SENDER.FullBalanceQuickTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string              `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	FromCryptoData       *AssetboxCryptoData `protobuf:"bytes,5,opt,name=from_crypto_data,json=fromCryptoData,proto3" json:"from_crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*FullBalanceQuickTransferRequest) Descriptor

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

func (*FullBalanceQuickTransferRequest) GetExtraData

func (m *FullBalanceQuickTransferRequest) GetExtraData() []byte

func (*FullBalanceQuickTransferRequest) GetFrom

func (*FullBalanceQuickTransferRequest) GetFromCryptoData

func (m *FullBalanceQuickTransferRequest) GetFromCryptoData() *AssetboxCryptoData

func (*FullBalanceQuickTransferRequest) GetId

func (*FullBalanceQuickTransferRequest) GetTo

func (*FullBalanceQuickTransferRequest) ProtoMessage

func (*FullBalanceQuickTransferRequest) ProtoMessage()

func (*FullBalanceQuickTransferRequest) Reset

func (*FullBalanceQuickTransferRequest) String

func (*FullBalanceQuickTransferRequest) XXX_DiscardUnknown

func (m *FullBalanceQuickTransferRequest) XXX_DiscardUnknown()

func (*FullBalanceQuickTransferRequest) XXX_Marshal

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

func (*FullBalanceQuickTransferRequest) XXX_Merge

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

func (*FullBalanceQuickTransferRequest) XXX_Size

func (m *FullBalanceQuickTransferRequest) XXX_Size() int

func (*FullBalanceQuickTransferRequest) XXX_Unmarshal

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

type GetCurrentDistributionRequest

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

routing key: r.mining-agent.SENDER.GetCurrentDistributionRequest

func (*GetCurrentDistributionRequest) Descriptor

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

func (*GetCurrentDistributionRequest) GetId

func (*GetCurrentDistributionRequest) ProtoMessage

func (*GetCurrentDistributionRequest) ProtoMessage()

func (*GetCurrentDistributionRequest) Reset

func (m *GetCurrentDistributionRequest) Reset()

func (*GetCurrentDistributionRequest) String

func (*GetCurrentDistributionRequest) XXX_DiscardUnknown

func (m *GetCurrentDistributionRequest) XXX_DiscardUnknown()

func (*GetCurrentDistributionRequest) XXX_Marshal

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

func (*GetCurrentDistributionRequest) XXX_Merge

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

func (*GetCurrentDistributionRequest) XXX_Size

func (m *GetCurrentDistributionRequest) XXX_Size() int

func (*GetCurrentDistributionRequest) XXX_Unmarshal

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

type GetCurrentDistributionResponse

type GetCurrentDistributionResponse struct {
	Id                   string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ApplicationTimestamp int64             `protobuf:"varint,2,opt,name=applicationTimestamp,proto3" json:"applicationTimestamp,omitempty"`
	Distribution         map[string]uint64 `` /* 166-byte string literal not displayed */
	Error                *Error            `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

routing key: r.mining-agent.SENDER.GetCurrentDistributionResponse

func (*GetCurrentDistributionResponse) Descriptor

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

func (*GetCurrentDistributionResponse) GetApplicationTimestamp

func (m *GetCurrentDistributionResponse) GetApplicationTimestamp() int64

func (*GetCurrentDistributionResponse) GetDistribution

func (m *GetCurrentDistributionResponse) GetDistribution() map[string]uint64

func (*GetCurrentDistributionResponse) GetError

func (m *GetCurrentDistributionResponse) GetError() *Error

func (*GetCurrentDistributionResponse) GetId

func (*GetCurrentDistributionResponse) ProtoMessage

func (*GetCurrentDistributionResponse) ProtoMessage()

func (*GetCurrentDistributionResponse) Reset

func (m *GetCurrentDistributionResponse) Reset()

func (*GetCurrentDistributionResponse) String

func (*GetCurrentDistributionResponse) XXX_DiscardUnknown

func (m *GetCurrentDistributionResponse) XXX_DiscardUnknown()

func (*GetCurrentDistributionResponse) XXX_Marshal

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

func (*GetCurrentDistributionResponse) XXX_Merge

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

func (*GetCurrentDistributionResponse) XXX_Size

func (m *GetCurrentDistributionResponse) XXX_Size() int

func (*GetCurrentDistributionResponse) XXX_Unmarshal

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

type Method

type Method int32
const (
	Method_UNDEFINED                              Method = 0
	Method_APPROVE_SAFE_TRANSFER                  Method = 1
	Method_CANCEL_SAFE_TRANSFER                   Method = 2
	Method_CREATE_SAFE_TRANSFER                   Method = 3
	Method_DIRECT_TRANSFER                        Method = 4
	Method_QUICK_TRANSFER                         Method = 5
	Method_CREATE_WPC_SAFE_TRANSFER               Method = 6
	Method_APPROVE_WPC_SAFE_TRANSFER              Method = 7
	Method_CANCEL_WPC_SAFE_TRANSFER               Method = 8
	Method_EXPIRE_TRANSFER                        Method = 9
	Method_SERVICE_FEE_TRANSFER                   Method = 10
	Method_FRAME_TRANSFER                         Method = 11
	Method_FULL_BALANCE_QUICK_TRANSFER            Method = 12
	Method_CREATE_FULL_BALANCE_SAFE_TRANSFER      Method = 13
	Method_APPROVE_FULL_BALANCE_SAFE_TRANSFER     Method = 14
	Method_CANCEL_FULL_BALANCE_SAFE_TRANSFER      Method = 15
	Method_CREATE_FULL_BALANCE_WPC_SAFE_TRANSFER  Method = 16
	Method_APPROVE_FULL_BALANCE_WPC_SAFE_TRANSFER Method = 17
	Method_CANCEL_FULL_BALANCE_WPC_SAFE_TRANSFER  Method = 18
)

func (Method) EnumDescriptor

func (Method) EnumDescriptor() ([]byte, []int)

func (Method) String

func (x Method) String() string

type MinerNodesRequest

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

routing key: r.mining-agent.SENDER.MinerNodesRequest

func (*MinerNodesRequest) Descriptor

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

func (*MinerNodesRequest) GetId

func (m *MinerNodesRequest) GetId() string

func (*MinerNodesRequest) ProtoMessage

func (*MinerNodesRequest) ProtoMessage()

func (*MinerNodesRequest) Reset

func (m *MinerNodesRequest) Reset()

func (*MinerNodesRequest) String

func (m *MinerNodesRequest) String() string

func (*MinerNodesRequest) XXX_DiscardUnknown

func (m *MinerNodesRequest) XXX_DiscardUnknown()

func (*MinerNodesRequest) XXX_Marshal

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

func (*MinerNodesRequest) XXX_Merge

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

func (*MinerNodesRequest) XXX_Size

func (m *MinerNodesRequest) XXX_Size() int

func (*MinerNodesRequest) XXX_Unmarshal

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

type MinerNodesResponse

type MinerNodesResponse struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ApplicationTimestamp int64    `protobuf:"varint,2,opt,name=applicationTimestamp,proto3" json:"applicationTimestamp,omitempty"`
	Nodes                []string `protobuf:"bytes,3,rep,name=nodes,proto3" json:"nodes,omitempty"`
	Error                *Error   `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.mining-agent.SENDER.MinerNodesResponse

func (*MinerNodesResponse) Descriptor

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

func (*MinerNodesResponse) GetApplicationTimestamp

func (m *MinerNodesResponse) GetApplicationTimestamp() int64

func (*MinerNodesResponse) GetError

func (m *MinerNodesResponse) GetError() *Error

func (*MinerNodesResponse) GetId

func (m *MinerNodesResponse) GetId() string

func (*MinerNodesResponse) GetNodes

func (m *MinerNodesResponse) GetNodes() []string

func (*MinerNodesResponse) ProtoMessage

func (*MinerNodesResponse) ProtoMessage()

func (*MinerNodesResponse) Reset

func (m *MinerNodesResponse) Reset()

func (*MinerNodesResponse) String

func (m *MinerNodesResponse) String() string

func (*MinerNodesResponse) XXX_DiscardUnknown

func (m *MinerNodesResponse) XXX_DiscardUnknown()

func (*MinerNodesResponse) XXX_Marshal

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

func (*MinerNodesResponse) XXX_Merge

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

func (*MinerNodesResponse) XXX_Size

func (m *MinerNodesResponse) XXX_Size() int

func (*MinerNodesResponse) XXX_Unmarshal

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

type PrepareAssetboxRequest

type PrepareAssetboxRequest struct {
	// routing key: r.assetbox.SENDER.PrepareAssetboxRequest
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint64   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Currency             string   `protobuf:"bytes,3,opt,name=currency,proto3" json:"currency,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PrepareAssetboxRequest) Descriptor

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

func (*PrepareAssetboxRequest) GetCount

func (m *PrepareAssetboxRequest) GetCount() uint64

func (*PrepareAssetboxRequest) GetCurrency

func (m *PrepareAssetboxRequest) GetCurrency() string

func (*PrepareAssetboxRequest) GetId

func (m *PrepareAssetboxRequest) GetId() string

func (*PrepareAssetboxRequest) ProtoMessage

func (*PrepareAssetboxRequest) ProtoMessage()

func (*PrepareAssetboxRequest) Reset

func (m *PrepareAssetboxRequest) Reset()

func (*PrepareAssetboxRequest) String

func (m *PrepareAssetboxRequest) String() string

func (*PrepareAssetboxRequest) XXX_DiscardUnknown

func (m *PrepareAssetboxRequest) XXX_DiscardUnknown()

func (*PrepareAssetboxRequest) XXX_Marshal

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

func (*PrepareAssetboxRequest) XXX_Merge

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

func (*PrepareAssetboxRequest) XXX_Size

func (m *PrepareAssetboxRequest) XXX_Size() int

func (*PrepareAssetboxRequest) XXX_Unmarshal

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

type PrepareAssetboxResponse

type PrepareAssetboxResponse struct {
	//routing key: r.assetbox.bitbon-node.CreateAssetboxResponse
	Id                   string                         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AddressData          map[string]*AssetboxCryptoData `` /* 182-byte string literal not displayed */
	Error                *Error                         `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*PrepareAssetboxResponse) Descriptor

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

func (*PrepareAssetboxResponse) GetAddressData

func (m *PrepareAssetboxResponse) GetAddressData() map[string]*AssetboxCryptoData

func (*PrepareAssetboxResponse) GetError

func (m *PrepareAssetboxResponse) GetError() *Error

func (*PrepareAssetboxResponse) GetId

func (m *PrepareAssetboxResponse) GetId() string

func (*PrepareAssetboxResponse) ProtoMessage

func (*PrepareAssetboxResponse) ProtoMessage()

func (*PrepareAssetboxResponse) Reset

func (m *PrepareAssetboxResponse) Reset()

func (*PrepareAssetboxResponse) String

func (m *PrepareAssetboxResponse) String() string

func (*PrepareAssetboxResponse) XXX_DiscardUnknown

func (m *PrepareAssetboxResponse) XXX_DiscardUnknown()

func (*PrepareAssetboxResponse) XXX_Marshal

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

func (*PrepareAssetboxResponse) XXX_Merge

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

func (*PrepareAssetboxResponse) XXX_Size

func (m *PrepareAssetboxResponse) XXX_Size() int

func (*PrepareAssetboxResponse) XXX_Unmarshal

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

type ProposeDistributionRequest

type ProposeDistributionRequest struct {
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Distribution         map[string]uint64   `` /* 166-byte string literal not displayed */
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,4,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

routing key: r.mining-agent.SENDER.ProposeDistributionRequest

func (*ProposeDistributionRequest) Descriptor

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

func (*ProposeDistributionRequest) GetAddress

func (m *ProposeDistributionRequest) GetAddress() string

func (*ProposeDistributionRequest) GetCryptoData

func (m *ProposeDistributionRequest) GetCryptoData() *AssetboxCryptoData

func (*ProposeDistributionRequest) GetDistribution

func (m *ProposeDistributionRequest) GetDistribution() map[string]uint64

func (*ProposeDistributionRequest) GetId

func (*ProposeDistributionRequest) ProtoMessage

func (*ProposeDistributionRequest) ProtoMessage()

func (*ProposeDistributionRequest) Reset

func (m *ProposeDistributionRequest) Reset()

func (*ProposeDistributionRequest) String

func (m *ProposeDistributionRequest) String() string

func (*ProposeDistributionRequest) XXX_DiscardUnknown

func (m *ProposeDistributionRequest) XXX_DiscardUnknown()

func (*ProposeDistributionRequest) XXX_Marshal

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

func (*ProposeDistributionRequest) XXX_Merge

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

func (*ProposeDistributionRequest) XXX_Size

func (m *ProposeDistributionRequest) XXX_Size() int

func (*ProposeDistributionRequest) XXX_Unmarshal

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

type ProposeDistributionResponse

type ProposeDistributionResponse struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ApplicationTimestamp int64    `protobuf:"varint,2,opt,name=applicationTimestamp,proto3" json:"applicationTimestamp,omitempty"`
	Error                *Error   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.mining-agent.SENDER.ProposeDistributionResponse

func (*ProposeDistributionResponse) Descriptor

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

func (*ProposeDistributionResponse) GetApplicationTimestamp

func (m *ProposeDistributionResponse) GetApplicationTimestamp() int64

func (*ProposeDistributionResponse) GetError

func (m *ProposeDistributionResponse) GetError() *Error

func (*ProposeDistributionResponse) GetId

func (*ProposeDistributionResponse) ProtoMessage

func (*ProposeDistributionResponse) ProtoMessage()

func (*ProposeDistributionResponse) Reset

func (m *ProposeDistributionResponse) Reset()

func (*ProposeDistributionResponse) String

func (m *ProposeDistributionResponse) String() string

func (*ProposeDistributionResponse) XXX_DiscardUnknown

func (m *ProposeDistributionResponse) XXX_DiscardUnknown()

func (*ProposeDistributionResponse) XXX_Marshal

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

func (*ProposeDistributionResponse) XXX_Merge

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

func (*ProposeDistributionResponse) XXX_Size

func (m *ProposeDistributionResponse) XXX_Size() int

func (*ProposeDistributionResponse) XXX_Unmarshal

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

type QuickTransferArgs

type QuickTransferArgs struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ExtraData            []byte   `protobuf:"bytes,4,opt,name=extraData,proto3" json:"extraData,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QuickTransferArgs) Descriptor

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

func (*QuickTransferArgs) GetExtraData

func (m *QuickTransferArgs) GetExtraData() []byte

func (*QuickTransferArgs) GetFrom

func (m *QuickTransferArgs) GetFrom() string

func (*QuickTransferArgs) GetTo

func (m *QuickTransferArgs) GetTo() string

func (*QuickTransferArgs) GetValue

func (m *QuickTransferArgs) GetValue() string

func (*QuickTransferArgs) ProtoMessage

func (*QuickTransferArgs) ProtoMessage()

func (*QuickTransferArgs) Reset

func (m *QuickTransferArgs) Reset()

func (*QuickTransferArgs) String

func (m *QuickTransferArgs) String() string

func (*QuickTransferArgs) XXX_DiscardUnknown

func (m *QuickTransferArgs) XXX_DiscardUnknown()

func (*QuickTransferArgs) XXX_Marshal

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

func (*QuickTransferArgs) XXX_Merge

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

func (*QuickTransferArgs) XXX_Size

func (m *QuickTransferArgs) XXX_Size() int

func (*QuickTransferArgs) XXX_Unmarshal

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

type QuickTransferRequest

type QuickTransferRequest struct {
	// rountig key : r.transfer.SENDER.QuickTransferRequest
	// rountig key : r.transfer.SENDER.QuickTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string              `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Value                string              `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	ExtraData            []byte              `protobuf:"bytes,5,opt,name=extraData,proto3" json:"extraData,omitempty"`
	FromCryptoData       *AssetboxCryptoData `protobuf:"bytes,6,opt,name=from_crypto_data,json=fromCryptoData,proto3" json:"from_crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*QuickTransferRequest) Descriptor

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

func (*QuickTransferRequest) GetExtraData

func (m *QuickTransferRequest) GetExtraData() []byte

func (*QuickTransferRequest) GetFrom

func (m *QuickTransferRequest) GetFrom() string

func (*QuickTransferRequest) GetFromCryptoData

func (m *QuickTransferRequest) GetFromCryptoData() *AssetboxCryptoData

func (*QuickTransferRequest) GetId

func (m *QuickTransferRequest) GetId() string

func (*QuickTransferRequest) GetTo

func (m *QuickTransferRequest) GetTo() string

func (*QuickTransferRequest) GetValue

func (m *QuickTransferRequest) GetValue() string

func (*QuickTransferRequest) ProtoMessage

func (*QuickTransferRequest) ProtoMessage()

func (*QuickTransferRequest) Reset

func (m *QuickTransferRequest) Reset()

func (*QuickTransferRequest) String

func (m *QuickTransferRequest) String() string

func (*QuickTransferRequest) XXX_DiscardUnknown

func (m *QuickTransferRequest) XXX_DiscardUnknown()

func (*QuickTransferRequest) XXX_Marshal

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

func (*QuickTransferRequest) XXX_Merge

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

func (*QuickTransferRequest) XXX_Size

func (m *QuickTransferRequest) XXX_Size() int

func (*QuickTransferRequest) XXX_Unmarshal

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

type RangeBlocksByNumberRequest

type RangeBlocksByNumberRequest struct {
	Id                    string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockNumberFrom       uint64   `protobuf:"varint,2,opt,name=blockNumberFrom,proto3" json:"blockNumberFrom,omitempty"`
	BlockNumberTo         uint64   `protobuf:"varint,3,opt,name=blockNumberTo,proto3" json:"blockNumberTo,omitempty"`
	ReturnFullTransaction bool     `protobuf:"varint,4,opt,name=returnFullTransaction,proto3" json:"returnFullTransaction,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

routing key: r.block.SENDER.RangeBlocksByNumberRequest

func (*RangeBlocksByNumberRequest) Descriptor

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

func (*RangeBlocksByNumberRequest) GetBlockNumberFrom

func (m *RangeBlocksByNumberRequest) GetBlockNumberFrom() uint64

func (*RangeBlocksByNumberRequest) GetBlockNumberTo

func (m *RangeBlocksByNumberRequest) GetBlockNumberTo() uint64

func (*RangeBlocksByNumberRequest) GetId

func (*RangeBlocksByNumberRequest) GetReturnFullTransaction

func (m *RangeBlocksByNumberRequest) GetReturnFullTransaction() bool

func (*RangeBlocksByNumberRequest) ProtoMessage

func (*RangeBlocksByNumberRequest) ProtoMessage()

func (*RangeBlocksByNumberRequest) Reset

func (m *RangeBlocksByNumberRequest) Reset()

func (*RangeBlocksByNumberRequest) String

func (m *RangeBlocksByNumberRequest) String() string

func (*RangeBlocksByNumberRequest) XXX_DiscardUnknown

func (m *RangeBlocksByNumberRequest) XXX_DiscardUnknown()

func (*RangeBlocksByNumberRequest) XXX_Marshal

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

func (*RangeBlocksByNumberRequest) XXX_Merge

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

func (*RangeBlocksByNumberRequest) XXX_Size

func (m *RangeBlocksByNumberRequest) XXX_Size() int

func (*RangeBlocksByNumberRequest) XXX_Unmarshal

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

type SafeTransferArgs

type SafeTransferArgs struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	TransferId           []byte   `protobuf:"bytes,4,opt,name=transferId,proto3" json:"transferId,omitempty"`
	ExtraData            []byte   `protobuf:"bytes,5,opt,name=extraData,proto3" json:"extraData,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SafeTransferArgs) Descriptor

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

func (*SafeTransferArgs) GetExtraData

func (m *SafeTransferArgs) GetExtraData() []byte

func (*SafeTransferArgs) GetFrom

func (m *SafeTransferArgs) GetFrom() string

func (*SafeTransferArgs) GetTo

func (m *SafeTransferArgs) GetTo() string

func (*SafeTransferArgs) GetTransferId

func (m *SafeTransferArgs) GetTransferId() []byte

func (*SafeTransferArgs) GetValue

func (m *SafeTransferArgs) GetValue() string

func (*SafeTransferArgs) ProtoMessage

func (*SafeTransferArgs) ProtoMessage()

func (*SafeTransferArgs) Reset

func (m *SafeTransferArgs) Reset()

func (*SafeTransferArgs) String

func (m *SafeTransferArgs) String() string

func (*SafeTransferArgs) XXX_DiscardUnknown

func (m *SafeTransferArgs) XXX_DiscardUnknown()

func (*SafeTransferArgs) XXX_Marshal

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

func (*SafeTransferArgs) XXX_Merge

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

func (*SafeTransferArgs) XXX_Size

func (m *SafeTransferArgs) XXX_Size() int

func (*SafeTransferArgs) XXX_Unmarshal

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

type ServiceFeeOperation

type ServiceFeeOperation int32
const (
	// enum listing all operations that fee can be charged for
	ServiceFeeOperation_SERVICE_FEE_OPERATION_UNSPECIFIED ServiceFeeOperation = 0
	// 0xx codes are reserved for random stuff (like temporary feeable operations for some events)
	// 1xx codes are reserved for transfer fees which are charged automatically by transfer smart-contracts
	// do not add 1xx codes to this enum, API will reject it as not valid
	// 2xx codes are codes for service operations
	ServiceFeeOperation_SERVICE_FEE_OPERATION_ASSETBOX_CREATION ServiceFeeOperation = 201
	ServiceFeeOperation_SERVICE_FEE_OPERATION_NUMBER_CHANGE     ServiceFeeOperation = 202
)

func (ServiceFeeOperation) EnumDescriptor

func (ServiceFeeOperation) EnumDescriptor() ([]byte, []int)

func (ServiceFeeOperation) String

func (x ServiceFeeOperation) String() string

type ServiceFeeTransferArgs

type ServiceFeeTransferArgs struct {
	From                 string                `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	ServiceFeeOperations []ServiceFeeOperation `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ServiceFeeTransferArgs) Descriptor

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

func (*ServiceFeeTransferArgs) GetFrom

func (m *ServiceFeeTransferArgs) GetFrom() string

func (*ServiceFeeTransferArgs) GetServiceFeeOperations

func (m *ServiceFeeTransferArgs) GetServiceFeeOperations() []ServiceFeeOperation

func (*ServiceFeeTransferArgs) ProtoMessage

func (*ServiceFeeTransferArgs) ProtoMessage()

func (*ServiceFeeTransferArgs) Reset

func (m *ServiceFeeTransferArgs) Reset()

func (*ServiceFeeTransferArgs) String

func (m *ServiceFeeTransferArgs) String() string

func (*ServiceFeeTransferArgs) XXX_DiscardUnknown

func (m *ServiceFeeTransferArgs) XXX_DiscardUnknown()

func (*ServiceFeeTransferArgs) XXX_Marshal

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

func (*ServiceFeeTransferArgs) XXX_Merge

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

func (*ServiceFeeTransferArgs) XXX_Size

func (m *ServiceFeeTransferArgs) XXX_Size() int

func (*ServiceFeeTransferArgs) XXX_Unmarshal

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

type ServiceFeeTransferRequest

type ServiceFeeTransferRequest struct {
	// rountig key : r.transfer.SENDER.ServiceFeeTransferRequest
	// rountig key : r.transfer.SENDER.ServiceFeeTransferAsyncRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	From                 string              `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	OperationType        ServiceFeeOperation `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ServiceFeeTransferRequest) Descriptor

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

func (*ServiceFeeTransferRequest) GetFrom

func (m *ServiceFeeTransferRequest) GetFrom() string

func (*ServiceFeeTransferRequest) GetId

func (m *ServiceFeeTransferRequest) GetId() string

func (*ServiceFeeTransferRequest) GetOperationType

func (m *ServiceFeeTransferRequest) GetOperationType() ServiceFeeOperation

func (*ServiceFeeTransferRequest) ProtoMessage

func (*ServiceFeeTransferRequest) ProtoMessage()

func (*ServiceFeeTransferRequest) Reset

func (m *ServiceFeeTransferRequest) Reset()

func (*ServiceFeeTransferRequest) String

func (m *ServiceFeeTransferRequest) String() string

func (*ServiceFeeTransferRequest) XXX_DiscardUnknown

func (m *ServiceFeeTransferRequest) XXX_DiscardUnknown()

func (*ServiceFeeTransferRequest) XXX_Marshal

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

func (*ServiceFeeTransferRequest) XXX_Merge

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

func (*ServiceFeeTransferRequest) XXX_Size

func (m *ServiceFeeTransferRequest) XXX_Size() int

func (*ServiceFeeTransferRequest) XXX_Unmarshal

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

type SetPublicAssetboxInfoRequest

type SetPublicAssetboxInfoRequest struct {
	// r.assetbox.SENDER.SetPublicAssetboxInfoRequest
	Id                   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Address              string              `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Currency             string              `protobuf:"bytes,3,opt,name=currency,proto3" json:"currency,omitempty"`
	Alias                string              `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"`
	ExtractInfo          string              `protobuf:"bytes,5,opt,name=extractInfo,proto3" json:"extractInfo,omitempty"`
	IsPublic             bool                `protobuf:"varint,6,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
	IsMining             bool                `protobuf:"varint,7,opt,name=isMining,proto3" json:"isMining,omitempty"`
	ServiceId            string              `protobuf:"bytes,8,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	CryptoData           *AssetboxCryptoData `protobuf:"bytes,9,opt,name=crypto_data,json=cryptoData,proto3" json:"crypto_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SetPublicAssetboxInfoRequest) Descriptor

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

func (*SetPublicAssetboxInfoRequest) GetAddress

func (m *SetPublicAssetboxInfoRequest) GetAddress() string

func (*SetPublicAssetboxInfoRequest) GetAlias

func (m *SetPublicAssetboxInfoRequest) GetAlias() string

func (*SetPublicAssetboxInfoRequest) GetCryptoData

func (*SetPublicAssetboxInfoRequest) GetCurrency

func (m *SetPublicAssetboxInfoRequest) GetCurrency() string

func (*SetPublicAssetboxInfoRequest) GetExtractInfo

func (m *SetPublicAssetboxInfoRequest) GetExtractInfo() string

func (*SetPublicAssetboxInfoRequest) GetId

func (*SetPublicAssetboxInfoRequest) GetIsMining

func (m *SetPublicAssetboxInfoRequest) GetIsMining() bool

func (*SetPublicAssetboxInfoRequest) GetIsPublic

func (m *SetPublicAssetboxInfoRequest) GetIsPublic() bool

func (*SetPublicAssetboxInfoRequest) GetServiceId

func (m *SetPublicAssetboxInfoRequest) GetServiceId() string

func (*SetPublicAssetboxInfoRequest) ProtoMessage

func (*SetPublicAssetboxInfoRequest) ProtoMessage()

func (*SetPublicAssetboxInfoRequest) Reset

func (m *SetPublicAssetboxInfoRequest) Reset()

func (*SetPublicAssetboxInfoRequest) String

func (*SetPublicAssetboxInfoRequest) XXX_DiscardUnknown

func (m *SetPublicAssetboxInfoRequest) XXX_DiscardUnknown()

func (*SetPublicAssetboxInfoRequest) XXX_Marshal

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

func (*SetPublicAssetboxInfoRequest) XXX_Merge

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

func (*SetPublicAssetboxInfoRequest) XXX_Size

func (m *SetPublicAssetboxInfoRequest) XXX_Size() int

func (*SetPublicAssetboxInfoRequest) XXX_Unmarshal

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

type SetPublicAssetboxInfoResponse

type SetPublicAssetboxInfoResponse struct {
	// r.assetbox.bitbon-node.SetPublicAssetboxInfoResponse
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Error                *Error   `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetPublicAssetboxInfoResponse) Descriptor

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

func (*SetPublicAssetboxInfoResponse) GetError

func (m *SetPublicAssetboxInfoResponse) GetError() *Error

func (*SetPublicAssetboxInfoResponse) GetId

func (*SetPublicAssetboxInfoResponse) ProtoMessage

func (*SetPublicAssetboxInfoResponse) ProtoMessage()

func (*SetPublicAssetboxInfoResponse) Reset

func (m *SetPublicAssetboxInfoResponse) Reset()

func (*SetPublicAssetboxInfoResponse) String

func (*SetPublicAssetboxInfoResponse) XXX_DiscardUnknown

func (m *SetPublicAssetboxInfoResponse) XXX_DiscardUnknown()

func (*SetPublicAssetboxInfoResponse) XXX_Marshal

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

func (*SetPublicAssetboxInfoResponse) XXX_Merge

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

func (*SetPublicAssetboxInfoResponse) XXX_Size

func (m *SetPublicAssetboxInfoResponse) XXX_Size() int

func (*SetPublicAssetboxInfoResponse) XXX_Unmarshal

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

type TransactionByBlockHashAndIndexRequest

type TransactionByBlockHashAndIndexRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockHash            string   `protobuf:"bytes,2,opt,name=blockHash,proto3" json:"blockHash,omitempty"`
	TxIndex              uint64   `protobuf:"varint,3,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.TransactionByBlockHashAndIndexRequest

func (*TransactionByBlockHashAndIndexRequest) Descriptor

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

func (*TransactionByBlockHashAndIndexRequest) GetBlockHash

func (*TransactionByBlockHashAndIndexRequest) GetId

func (*TransactionByBlockHashAndIndexRequest) GetTxIndex

func (*TransactionByBlockHashAndIndexRequest) ProtoMessage

func (*TransactionByBlockHashAndIndexRequest) ProtoMessage()

func (*TransactionByBlockHashAndIndexRequest) Reset

func (*TransactionByBlockHashAndIndexRequest) String

func (*TransactionByBlockHashAndIndexRequest) XXX_DiscardUnknown

func (m *TransactionByBlockHashAndIndexRequest) XXX_DiscardUnknown()

func (*TransactionByBlockHashAndIndexRequest) XXX_Marshal

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

func (*TransactionByBlockHashAndIndexRequest) XXX_Merge

func (*TransactionByBlockHashAndIndexRequest) XXX_Size

func (*TransactionByBlockHashAndIndexRequest) XXX_Unmarshal

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

type TransactionByBlockNumberAndIndexRequest

type TransactionByBlockNumberAndIndexRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockNumber          uint64   `protobuf:"varint,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	TxIndex              uint64   `protobuf:"varint,3,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.TransactionByBlockNumberAndIndexRequest

func (*TransactionByBlockNumberAndIndexRequest) Descriptor

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

func (*TransactionByBlockNumberAndIndexRequest) GetBlockNumber

func (m *TransactionByBlockNumberAndIndexRequest) GetBlockNumber() uint64

func (*TransactionByBlockNumberAndIndexRequest) GetId

func (*TransactionByBlockNumberAndIndexRequest) GetTxIndex

func (*TransactionByBlockNumberAndIndexRequest) ProtoMessage

func (*TransactionByBlockNumberAndIndexRequest) Reset

func (*TransactionByBlockNumberAndIndexRequest) String

func (*TransactionByBlockNumberAndIndexRequest) XXX_DiscardUnknown

func (m *TransactionByBlockNumberAndIndexRequest) XXX_DiscardUnknown()

func (*TransactionByBlockNumberAndIndexRequest) XXX_Marshal

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

func (*TransactionByBlockNumberAndIndexRequest) XXX_Merge

func (*TransactionByBlockNumberAndIndexRequest) XXX_Size

func (*TransactionByBlockNumberAndIndexRequest) XXX_Unmarshal

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

type TransactionCountResponse

type TransactionCountResponse struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Count                uint64   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Error                *Error   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.BlockTransactionCountByHashResponse routing key: r.transaction.SENDER.BlockTransactionCountByNumberResponse

func (*TransactionCountResponse) Descriptor

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

func (*TransactionCountResponse) GetCount

func (m *TransactionCountResponse) GetCount() uint64

func (*TransactionCountResponse) GetError

func (m *TransactionCountResponse) GetError() *Error

func (*TransactionCountResponse) GetId

func (m *TransactionCountResponse) GetId() string

func (*TransactionCountResponse) ProtoMessage

func (*TransactionCountResponse) ProtoMessage()

func (*TransactionCountResponse) Reset

func (m *TransactionCountResponse) Reset()

func (*TransactionCountResponse) String

func (m *TransactionCountResponse) String() string

func (*TransactionCountResponse) XXX_DiscardUnknown

func (m *TransactionCountResponse) XXX_DiscardUnknown()

func (*TransactionCountResponse) XXX_Marshal

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

func (*TransactionCountResponse) XXX_Merge

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

func (*TransactionCountResponse) XXX_Size

func (m *TransactionCountResponse) XXX_Size() int

func (*TransactionCountResponse) XXX_Unmarshal

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

type TransactionNotification

type TransactionNotification struct {
	Transactions         []*TransactionObject `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TransactionNotification) Descriptor

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

func (*TransactionNotification) GetTransactions

func (m *TransactionNotification) GetTransactions() []*TransactionObject

func (*TransactionNotification) ProtoMessage

func (*TransactionNotification) ProtoMessage()

func (*TransactionNotification) Reset

func (m *TransactionNotification) Reset()

func (*TransactionNotification) String

func (m *TransactionNotification) String() string

func (*TransactionNotification) XXX_DiscardUnknown

func (m *TransactionNotification) XXX_DiscardUnknown()

func (*TransactionNotification) XXX_Marshal

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

func (*TransactionNotification) XXX_Merge

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

func (*TransactionNotification) XXX_Size

func (m *TransactionNotification) XXX_Size() int

func (*TransactionNotification) XXX_Unmarshal

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

type TransactionObject

type TransactionObject struct {
	Hash                 string             `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Nonce                uint64             `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	BlockHash            string             `protobuf:"bytes,3,opt,name=blockHash,proto3" json:"blockHash,omitempty"`
	BlockNumber          uint64             `protobuf:"varint,4,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	BlockTime            uint64             `protobuf:"varint,5,opt,name=blockTime,proto3" json:"blockTime,omitempty"`
	GasPrice             uint64             `protobuf:"varint,6,opt,name=gasPrice,proto3" json:"gasPrice,omitempty"`
	GasLimit             uint64             `protobuf:"varint,7,opt,name=gasLimit,proto3" json:"gasLimit,omitempty"`
	Time                 uint64             `protobuf:"varint,8,opt,name=time,proto3" json:"time,omitempty"`
	Size                 string             `protobuf:"bytes,9,opt,name=size,proto3" json:"size,omitempty"`
	BitbonTx             *BitbonTransaction `protobuf:"bytes,10,opt,name=bitbonTx,proto3" json:"bitbonTx,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TransactionObject) Descriptor

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

func (*TransactionObject) GetBitbonTx

func (m *TransactionObject) GetBitbonTx() *BitbonTransaction

func (*TransactionObject) GetBlockHash

func (m *TransactionObject) GetBlockHash() string

func (*TransactionObject) GetBlockNumber

func (m *TransactionObject) GetBlockNumber() uint64

func (*TransactionObject) GetBlockTime

func (m *TransactionObject) GetBlockTime() uint64

func (*TransactionObject) GetGasLimit

func (m *TransactionObject) GetGasLimit() uint64

func (*TransactionObject) GetGasPrice

func (m *TransactionObject) GetGasPrice() uint64

func (*TransactionObject) GetHash

func (m *TransactionObject) GetHash() string

func (*TransactionObject) GetNonce

func (m *TransactionObject) GetNonce() uint64

func (*TransactionObject) GetSize

func (m *TransactionObject) GetSize() string

func (*TransactionObject) GetTime

func (m *TransactionObject) GetTime() uint64

func (*TransactionObject) ProtoMessage

func (*TransactionObject) ProtoMessage()

func (*TransactionObject) Reset

func (m *TransactionObject) Reset()

func (*TransactionObject) String

func (m *TransactionObject) String() string

func (*TransactionObject) XXX_DiscardUnknown

func (m *TransactionObject) XXX_DiscardUnknown()

func (*TransactionObject) XXX_Marshal

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

func (*TransactionObject) XXX_Merge

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

func (*TransactionObject) XXX_Size

func (m *TransactionObject) XXX_Size() int

func (*TransactionObject) XXX_Unmarshal

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

type TransactionRequest

type TransactionRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TxHash               string   `protobuf:"bytes,2,opt,name=txHash,proto3" json:"txHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.TransactionRequest

func (*TransactionRequest) Descriptor

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

func (*TransactionRequest) GetId

func (m *TransactionRequest) GetId() string

func (*TransactionRequest) GetTxHash

func (m *TransactionRequest) GetTxHash() string

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 {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TransactionResult    []*TransactionResult `protobuf:"bytes,2,rep,name=transactionResult,proto3" json:"transactionResult,omitempty"`
	Error                *Error               `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

routing key: r.transaction.SENDER.TransactionByHashResponse routing key: r.transaction.SENDER.TransactionByBlockHashAndIndexResponse routing key: r.transaction.SENDER.TransactionByBlockNumberAndIndexResponse routing key: r.transaction.SENDER.TransactionsByTimePeriodResponse routing key: r.transaction.SENDER.TransactionResponse

func (*TransactionResponse) Descriptor

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

func (*TransactionResponse) GetError

func (m *TransactionResponse) GetError() *Error

func (*TransactionResponse) GetId

func (m *TransactionResponse) GetId() string

func (*TransactionResponse) GetTransactionResult

func (m *TransactionResponse) GetTransactionResult() []*TransactionResult

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 TransactionResult

type TransactionResult struct {
	// Types that are valid to be assigned to Transaction:
	//	*TransactionResult_TxObj
	//	*TransactionResult_Hash
	Transaction          isTransactionResult_Transaction `protobuf_oneof:"transaction"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*TransactionResult) Descriptor

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

func (*TransactionResult) GetHash

func (m *TransactionResult) GetHash() string

func (*TransactionResult) GetTransaction

func (m *TransactionResult) GetTransaction() isTransactionResult_Transaction

func (*TransactionResult) GetTxObj

func (m *TransactionResult) GetTxObj() *TransactionObject

func (*TransactionResult) ProtoMessage

func (*TransactionResult) ProtoMessage()

func (*TransactionResult) Reset

func (m *TransactionResult) Reset()

func (*TransactionResult) String

func (m *TransactionResult) String() string

func (*TransactionResult) XXX_DiscardUnknown

func (m *TransactionResult) XXX_DiscardUnknown()

func (*TransactionResult) XXX_Marshal

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

func (*TransactionResult) XXX_Merge

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

func (*TransactionResult) XXX_OneofWrappers

func (*TransactionResult) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*TransactionResult) XXX_Size

func (m *TransactionResult) XXX_Size() int

func (*TransactionResult) XXX_Unmarshal

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

type TransactionResult_Hash

type TransactionResult_Hash struct {
	Hash string `protobuf:"bytes,2,opt,name=hash,proto3,oneof"`
}

type TransactionResult_TxObj

type TransactionResult_TxObj struct {
	TxObj *TransactionObject `protobuf:"bytes,1,opt,name=txObj,proto3,oneof"`
}

type TransactionsByTimePeriodRequest

type TransactionsByTimePeriodRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TimestampFrom        uint64   `protobuf:"varint,2,opt,name=timestampFrom,proto3" json:"timestampFrom,omitempty"`
	TimestampTo          uint64   `protobuf:"varint,3,opt,name=timestampTo,proto3" json:"timestampTo,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

routing key: r.transaction.SENDER.TransactionsByTimePeriodRequest routing key: r.transaction.SENDER.CheckTransactionsByTimePeriodRequest

func (*TransactionsByTimePeriodRequest) Descriptor

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

func (*TransactionsByTimePeriodRequest) GetId

func (*TransactionsByTimePeriodRequest) GetTimestampFrom

func (m *TransactionsByTimePeriodRequest) GetTimestampFrom() uint64

func (*TransactionsByTimePeriodRequest) GetTimestampTo

func (m *TransactionsByTimePeriodRequest) GetTimestampTo() uint64

func (*TransactionsByTimePeriodRequest) ProtoMessage

func (*TransactionsByTimePeriodRequest) ProtoMessage()

func (*TransactionsByTimePeriodRequest) Reset

func (*TransactionsByTimePeriodRequest) String

func (*TransactionsByTimePeriodRequest) XXX_DiscardUnknown

func (m *TransactionsByTimePeriodRequest) XXX_DiscardUnknown()

func (*TransactionsByTimePeriodRequest) XXX_Marshal

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

func (*TransactionsByTimePeriodRequest) XXX_Merge

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

func (*TransactionsByTimePeriodRequest) XXX_Size

func (m *TransactionsByTimePeriodRequest) XXX_Size() int

func (*TransactionsByTimePeriodRequest) XXX_Unmarshal

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

type TransferAsyncResponse

type TransferAsyncResponse struct {
	// rountig key : r.transfer.bitbon-node.CreateSafeTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.ApproveSafeTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.CancelSafeTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.DirectTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.QuickTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.CreateWPCSafeTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.ApproveWPCSafeTransferAsyncResponse
	// rountig key : r.transfer.bitbon-node.CancelWPCSafeTransferAsyncResponse
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TxHash               string   `protobuf:"bytes,3,opt,name=txHash,proto3" json:"txHash,omitempty"`
	Error                *Error   `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransferAsyncResponse) Descriptor

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

func (*TransferAsyncResponse) GetError

func (m *TransferAsyncResponse) GetError() *Error

func (*TransferAsyncResponse) GetId

func (m *TransferAsyncResponse) GetId() string

func (*TransferAsyncResponse) GetTxHash

func (m *TransferAsyncResponse) GetTxHash() string

func (*TransferAsyncResponse) ProtoMessage

func (*TransferAsyncResponse) ProtoMessage()

func (*TransferAsyncResponse) Reset

func (m *TransferAsyncResponse) Reset()

func (*TransferAsyncResponse) String

func (m *TransferAsyncResponse) String() string

func (*TransferAsyncResponse) XXX_DiscardUnknown

func (m *TransferAsyncResponse) XXX_DiscardUnknown()

func (*TransferAsyncResponse) XXX_Marshal

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

func (*TransferAsyncResponse) XXX_Merge

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

func (*TransferAsyncResponse) XXX_Size

func (m *TransferAsyncResponse) XXX_Size() int

func (*TransferAsyncResponse) XXX_Unmarshal

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

type TransferExpiredEvent

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

func (*TransferExpiredEvent) Descriptor

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

func (*TransferExpiredEvent) GetTransferId

func (m *TransferExpiredEvent) GetTransferId() string

func (*TransferExpiredEvent) ProtoMessage

func (*TransferExpiredEvent) ProtoMessage()

func (*TransferExpiredEvent) Reset

func (m *TransferExpiredEvent) Reset()

func (*TransferExpiredEvent) String

func (m *TransferExpiredEvent) String() string

func (*TransferExpiredEvent) XXX_DiscardUnknown

func (m *TransferExpiredEvent) XXX_DiscardUnknown()

func (*TransferExpiredEvent) XXX_Marshal

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

func (*TransferExpiredEvent) XXX_Merge

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

func (*TransferExpiredEvent) XXX_Size

func (m *TransferExpiredEvent) XXX_Size() int

func (*TransferExpiredEvent) XXX_Unmarshal

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

type TransferResponse

type TransferResponse struct {
	// rountig key : r.transfer.bitbon-node.CreateSafeTransferResponse
	// rountig key : r.transfer.bitbon-node.ApproveSafeTransferResponse
	// rountig key : r.transfer.bitbon-node.CancelSafeTransferResponse
	// rountig key : r.transfer.bitbon-node.DirectTransferResponse
	// rountig key : r.transfer.bitbon-node.QuickTransferResponse
	// rountig key : r.transfer.bitbon-node.CreateWPCSafeTransferResponse
	// rountig key : r.transfer.bitbon-node.ApproveWPCSafeTransferResponse
	// rountig key : r.transfer.bitbon-node.CancelWPCSafeTransferResponse
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockNumber          string   `protobuf:"bytes,2,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
	TxHash               string   `protobuf:"bytes,3,opt,name=txHash,proto3" json:"txHash,omitempty"`
	Error                *Error   `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransferResponse) Descriptor

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

func (*TransferResponse) GetBlockNumber

func (m *TransferResponse) GetBlockNumber() string

func (*TransferResponse) GetError

func (m *TransferResponse) GetError() *Error

func (*TransferResponse) GetId

func (m *TransferResponse) GetId() string

func (*TransferResponse) GetTxHash

func (m *TransferResponse) GetTxHash() string

func (*TransferResponse) ProtoMessage

func (*TransferResponse) ProtoMessage()

func (*TransferResponse) Reset

func (m *TransferResponse) Reset()

func (*TransferResponse) String

func (m *TransferResponse) String() string

func (*TransferResponse) XXX_DiscardUnknown

func (m *TransferResponse) XXX_DiscardUnknown()

func (*TransferResponse) XXX_Marshal

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

func (*TransferResponse) XXX_Merge

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

func (*TransferResponse) XXX_Size

func (m *TransferResponse) XXX_Size() int

func (*TransferResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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