Documentation
¶
Index ¶
- Variables
- type Asset
- type Assets
- type AttachOwnerColdWalletsRequest
- func (*AttachOwnerColdWalletsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttachOwnerColdWalletsRequest) GetAddresses() []string
- func (x *AttachOwnerColdWalletsRequest) GetBlockchain() v1.Blockchain
- func (x *AttachOwnerColdWalletsRequest) GetOwnerId() string
- func (x *AttachOwnerColdWalletsRequest) GetTotp() string
- func (*AttachOwnerColdWalletsRequest) ProtoMessage()
- func (x *AttachOwnerColdWalletsRequest) ProtoReflect() protoreflect.Message
- func (x *AttachOwnerColdWalletsRequest) Reset()
- func (x *AttachOwnerColdWalletsRequest) String() string
- type AttachOwnerColdWalletsResponse
- func (*AttachOwnerColdWalletsResponse) Descriptor() ([]byte, []int)deprecated
- func (*AttachOwnerColdWalletsResponse) ProtoMessage()
- func (x *AttachOwnerColdWalletsResponse) ProtoReflect() protoreflect.Message
- func (x *AttachOwnerColdWalletsResponse) Reset()
- func (x *AttachOwnerColdWalletsResponse) String() string
- type BlockchainAdditionalData
- func (*BlockchainAdditionalData) Descriptor() ([]byte, []int)deprecated
- func (x *BlockchainAdditionalData) GetTronData() *BlockchainAdditionalData_TronData
- func (*BlockchainAdditionalData) ProtoMessage()
- func (x *BlockchainAdditionalData) ProtoReflect() protoreflect.Message
- func (x *BlockchainAdditionalData) Reset()
- func (x *BlockchainAdditionalData) String() string
- type BlockchainAdditionalData_TronData
- func (*BlockchainAdditionalData_TronData) Descriptor() ([]byte, []int)deprecated
- func (x *BlockchainAdditionalData_TronData) GetAvailableBandwidthForUse() string
- func (x *BlockchainAdditionalData_TronData) GetAvailableEnergyForUse() string
- func (x *BlockchainAdditionalData_TronData) GetStackedBandwidth() string
- func (x *BlockchainAdditionalData_TronData) GetStackedBandwidthTrx() string
- func (x *BlockchainAdditionalData_TronData) GetStackedEnergy() string
- func (x *BlockchainAdditionalData_TronData) GetStackedEnergyTrx() string
- func (x *BlockchainAdditionalData_TronData) GetStackedTrx() string
- func (x *BlockchainAdditionalData_TronData) GetTotalBandwidth() string
- func (x *BlockchainAdditionalData_TronData) GetTotalEnergy() string
- func (x *BlockchainAdditionalData_TronData) GetTotalUsedBandwidth() string
- func (x *BlockchainAdditionalData_TronData) GetTotalUsedEnergy() string
- func (*BlockchainAdditionalData_TronData) ProtoMessage()
- func (x *BlockchainAdditionalData_TronData) ProtoReflect() protoreflect.Message
- func (x *BlockchainAdditionalData_TronData) Reset()
- func (x *BlockchainAdditionalData_TronData) String() string
- type CreateOwnerHotWalletRequest
- func (*CreateOwnerHotWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOwnerHotWalletRequest) GetBitcoinAddressType() v1.BitcoinAddressType
- func (x *CreateOwnerHotWalletRequest) GetBlockchain() v1.Blockchain
- func (x *CreateOwnerHotWalletRequest) GetDogecoinAddressType() v1.DogecoinAddressType
- func (x *CreateOwnerHotWalletRequest) GetExternalWalletId() string
- func (x *CreateOwnerHotWalletRequest) GetLitecoinAddressType() v1.LitecoinAddressType
- func (x *CreateOwnerHotWalletRequest) GetOwnerId() string
- func (*CreateOwnerHotWalletRequest) ProtoMessage()
- func (x *CreateOwnerHotWalletRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOwnerHotWalletRequest) Reset()
- func (x *CreateOwnerHotWalletRequest) String() string
- type CreateOwnerHotWalletResponse
- func (*CreateOwnerHotWalletResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOwnerHotWalletResponse) GetAddress() string
- func (*CreateOwnerHotWalletResponse) ProtoMessage()
- func (x *CreateOwnerHotWalletResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOwnerHotWalletResponse) Reset()
- func (x *CreateOwnerHotWalletResponse) String() string
- type GetOwnerColdWalletsRequest
- func (*GetOwnerColdWalletsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerColdWalletsRequest) GetBlockchain() v1.Blockchain
- func (x *GetOwnerColdWalletsRequest) GetOwnerId() string
- func (*GetOwnerColdWalletsRequest) ProtoMessage()
- func (x *GetOwnerColdWalletsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOwnerColdWalletsRequest) Reset()
- func (x *GetOwnerColdWalletsRequest) String() string
- type GetOwnerColdWalletsResponse
- func (*GetOwnerColdWalletsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerColdWalletsResponse) GetItems() []*WalletPreview
- func (*GetOwnerColdWalletsResponse) ProtoMessage()
- func (x *GetOwnerColdWalletsResponse) ProtoReflect() protoreflect.Message
- func (x *GetOwnerColdWalletsResponse) Reset()
- func (x *GetOwnerColdWalletsResponse) String() string
- type GetOwnerHotWalletsRequest
- func (*GetOwnerHotWalletsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerHotWalletsRequest) GetBitcoinAddressType() v1.BitcoinAddressType
- func (x *GetOwnerHotWalletsRequest) GetBlockchain() v1.Blockchain
- func (x *GetOwnerHotWalletsRequest) GetExternalWalletId() string
- func (x *GetOwnerHotWalletsRequest) GetLitecoinAddressType() v1.LitecoinAddressType
- func (x *GetOwnerHotWalletsRequest) GetOwnerId() string
- func (*GetOwnerHotWalletsRequest) ProtoMessage()
- func (x *GetOwnerHotWalletsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOwnerHotWalletsRequest) Reset()
- func (x *GetOwnerHotWalletsRequest) String() string
- type GetOwnerHotWalletsResponse
- func (*GetOwnerHotWalletsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerHotWalletsResponse) GetAddresses() []*GetOwnerHotWalletsResponse_HotAddress
- func (*GetOwnerHotWalletsResponse) ProtoMessage()
- func (x *GetOwnerHotWalletsResponse) ProtoReflect() protoreflect.Message
- func (x *GetOwnerHotWalletsResponse) Reset()
- func (x *GetOwnerHotWalletsResponse) String() string
- type GetOwnerHotWalletsResponse_HotAddress
- func (*GetOwnerHotWalletsResponse_HotAddress) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerHotWalletsResponse_HotAddress) GetAddress() string
- func (x *GetOwnerHotWalletsResponse_HotAddress) GetExternalWalletId() string
- func (*GetOwnerHotWalletsResponse_HotAddress) ProtoMessage()
- func (x *GetOwnerHotWalletsResponse_HotAddress) ProtoReflect() protoreflect.Message
- func (x *GetOwnerHotWalletsResponse_HotAddress) Reset()
- func (x *GetOwnerHotWalletsResponse_HotAddress) String() string
- type GetOwnerProcessingWalletsRequest
- func (*GetOwnerProcessingWalletsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerProcessingWalletsRequest) GetBlockchain() v1.Blockchain
- func (x *GetOwnerProcessingWalletsRequest) GetOwnerId() string
- func (x *GetOwnerProcessingWalletsRequest) GetTiny() bool
- func (*GetOwnerProcessingWalletsRequest) ProtoMessage()
- func (x *GetOwnerProcessingWalletsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOwnerProcessingWalletsRequest) Reset()
- func (x *GetOwnerProcessingWalletsRequest) String() string
- type GetOwnerProcessingWalletsResponse
- func (*GetOwnerProcessingWalletsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOwnerProcessingWalletsResponse) GetItems() []*WalletPreview
- func (*GetOwnerProcessingWalletsResponse) ProtoMessage()
- func (x *GetOwnerProcessingWalletsResponse) ProtoReflect() protoreflect.Message
- func (x *GetOwnerProcessingWalletsResponse) Reset()
- func (x *GetOwnerProcessingWalletsResponse) String() string
- type MarkDirtyHotWalletRequest
- func (*MarkDirtyHotWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarkDirtyHotWalletRequest) GetAddress() string
- func (x *MarkDirtyHotWalletRequest) GetBlockchain() v1.Blockchain
- func (x *MarkDirtyHotWalletRequest) GetOwnerId() string
- func (*MarkDirtyHotWalletRequest) ProtoMessage()
- func (x *MarkDirtyHotWalletRequest) ProtoReflect() protoreflect.Message
- func (x *MarkDirtyHotWalletRequest) Reset()
- func (x *MarkDirtyHotWalletRequest) String() string
- type MarkDirtyHotWalletResponse
- type WalletPreview
- func (*WalletPreview) Descriptor() ([]byte, []int)deprecated
- func (x *WalletPreview) GetAddress() string
- func (x *WalletPreview) GetAssets() *Assets
- func (x *WalletPreview) GetBlockchain() v1.Blockchain
- func (x *WalletPreview) GetBlockchainAdditionalData() *BlockchainAdditionalData
- func (*WalletPreview) ProtoMessage()
- func (x *WalletPreview) ProtoReflect() protoreflect.Message
- func (x *WalletPreview) Reset()
- func (x *WalletPreview) String() string
Constants ¶
This section is empty.
Variables ¶
var File_processing_wallet_v1_wallets_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*Asset) Descriptor
deprecated
func (*Asset) GetIdentity ¶
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) ProtoReflect ¶
func (x *Asset) ProtoReflect() protoreflect.Message
type Assets ¶
type Assets struct { Asset []*Asset `protobuf:"bytes,1,rep,name=asset,proto3" json:"asset,omitempty"` // contains filtered or unexported fields }
func (*Assets) Descriptor
deprecated
func (*Assets) ProtoMessage ¶
func (*Assets) ProtoMessage()
func (*Assets) ProtoReflect ¶
func (x *Assets) ProtoReflect() protoreflect.Message
type AttachOwnerColdWalletsRequest ¶
type AttachOwnerColdWalletsRequest struct { OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Blockchain v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain" json:"blockchain,omitempty"` Totp string `protobuf:"bytes,3,opt,name=totp,proto3" json:"totp,omitempty"` Addresses []string `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*AttachOwnerColdWalletsRequest) Descriptor
deprecated
func (*AttachOwnerColdWalletsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttachOwnerColdWalletsRequest.ProtoReflect.Descriptor instead.
func (*AttachOwnerColdWalletsRequest) GetAddresses ¶
func (x *AttachOwnerColdWalletsRequest) GetAddresses() []string
func (*AttachOwnerColdWalletsRequest) GetBlockchain ¶
func (x *AttachOwnerColdWalletsRequest) GetBlockchain() v1.Blockchain
func (*AttachOwnerColdWalletsRequest) GetOwnerId ¶
func (x *AttachOwnerColdWalletsRequest) GetOwnerId() string
func (*AttachOwnerColdWalletsRequest) GetTotp ¶
func (x *AttachOwnerColdWalletsRequest) GetTotp() string
func (*AttachOwnerColdWalletsRequest) ProtoMessage ¶
func (*AttachOwnerColdWalletsRequest) ProtoMessage()
func (*AttachOwnerColdWalletsRequest) ProtoReflect ¶
func (x *AttachOwnerColdWalletsRequest) ProtoReflect() protoreflect.Message
func (*AttachOwnerColdWalletsRequest) Reset ¶
func (x *AttachOwnerColdWalletsRequest) Reset()
func (*AttachOwnerColdWalletsRequest) String ¶
func (x *AttachOwnerColdWalletsRequest) String() string
type AttachOwnerColdWalletsResponse ¶
type AttachOwnerColdWalletsResponse struct {
// contains filtered or unexported fields
}
func (*AttachOwnerColdWalletsResponse) Descriptor
deprecated
func (*AttachOwnerColdWalletsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttachOwnerColdWalletsResponse.ProtoReflect.Descriptor instead.
func (*AttachOwnerColdWalletsResponse) ProtoMessage ¶
func (*AttachOwnerColdWalletsResponse) ProtoMessage()
func (*AttachOwnerColdWalletsResponse) ProtoReflect ¶
func (x *AttachOwnerColdWalletsResponse) ProtoReflect() protoreflect.Message
func (*AttachOwnerColdWalletsResponse) Reset ¶
func (x *AttachOwnerColdWalletsResponse) Reset()
func (*AttachOwnerColdWalletsResponse) String ¶
func (x *AttachOwnerColdWalletsResponse) String() string
type BlockchainAdditionalData ¶
type BlockchainAdditionalData struct { TronData *BlockchainAdditionalData_TronData `protobuf:"bytes,1,opt,name=tron_data,json=tronData,proto3,oneof" json:"tron_data,omitempty"` // contains filtered or unexported fields }
func (*BlockchainAdditionalData) Descriptor
deprecated
func (*BlockchainAdditionalData) Descriptor() ([]byte, []int)
Deprecated: Use BlockchainAdditionalData.ProtoReflect.Descriptor instead.
func (*BlockchainAdditionalData) GetTronData ¶
func (x *BlockchainAdditionalData) GetTronData() *BlockchainAdditionalData_TronData
func (*BlockchainAdditionalData) ProtoMessage ¶
func (*BlockchainAdditionalData) ProtoMessage()
func (*BlockchainAdditionalData) ProtoReflect ¶
func (x *BlockchainAdditionalData) ProtoReflect() protoreflect.Message
func (*BlockchainAdditionalData) Reset ¶
func (x *BlockchainAdditionalData) Reset()
func (*BlockchainAdditionalData) String ¶
func (x *BlockchainAdditionalData) String() string
type BlockchainAdditionalData_TronData ¶
type BlockchainAdditionalData_TronData struct { AvailableEnergyForUse string `` /* 128-byte string literal not displayed */ TotalEnergy string `protobuf:"bytes,2,opt,name=total_energy,json=totalEnergy,proto3" json:"total_energy,omitempty"` AvailableBandwidthForUse string `` /* 137-byte string literal not displayed */ TotalBandwidth string `protobuf:"bytes,4,opt,name=total_bandwidth,json=totalBandwidth,proto3" json:"total_bandwidth,omitempty"` StackedTrx string `protobuf:"bytes,5,opt,name=stacked_trx,json=stackedTrx,proto3" json:"stacked_trx,omitempty"` StackedEnergy string `protobuf:"bytes,6,opt,name=stacked_energy,json=stackedEnergy,proto3" json:"stacked_energy,omitempty"` StackedBandwidth string `protobuf:"bytes,7,opt,name=stacked_bandwidth,json=stackedBandwidth,proto3" json:"stacked_bandwidth,omitempty"` StackedEnergyTrx string `protobuf:"bytes,8,opt,name=stacked_energy_trx,json=stackedEnergyTrx,proto3" json:"stacked_energy_trx,omitempty"` StackedBandwidthTrx string `protobuf:"bytes,9,opt,name=stacked_bandwidth_trx,json=stackedBandwidthTrx,proto3" json:"stacked_bandwidth_trx,omitempty"` TotalUsedBandwidth string `protobuf:"bytes,10,opt,name=total_used_bandwidth,json=totalUsedBandwidth,proto3" json:"total_used_bandwidth,omitempty"` TotalUsedEnergy string `protobuf:"bytes,11,opt,name=total_used_energy,json=totalUsedEnergy,proto3" json:"total_used_energy,omitempty"` // contains filtered or unexported fields }
func (*BlockchainAdditionalData_TronData) Descriptor
deprecated
func (*BlockchainAdditionalData_TronData) Descriptor() ([]byte, []int)
Deprecated: Use BlockchainAdditionalData_TronData.ProtoReflect.Descriptor instead.
func (*BlockchainAdditionalData_TronData) GetAvailableBandwidthForUse ¶
func (x *BlockchainAdditionalData_TronData) GetAvailableBandwidthForUse() string
func (*BlockchainAdditionalData_TronData) GetAvailableEnergyForUse ¶
func (x *BlockchainAdditionalData_TronData) GetAvailableEnergyForUse() string
func (*BlockchainAdditionalData_TronData) GetStackedBandwidth ¶
func (x *BlockchainAdditionalData_TronData) GetStackedBandwidth() string
func (*BlockchainAdditionalData_TronData) GetStackedBandwidthTrx ¶
func (x *BlockchainAdditionalData_TronData) GetStackedBandwidthTrx() string
func (*BlockchainAdditionalData_TronData) GetStackedEnergy ¶
func (x *BlockchainAdditionalData_TronData) GetStackedEnergy() string
func (*BlockchainAdditionalData_TronData) GetStackedEnergyTrx ¶
func (x *BlockchainAdditionalData_TronData) GetStackedEnergyTrx() string
func (*BlockchainAdditionalData_TronData) GetStackedTrx ¶
func (x *BlockchainAdditionalData_TronData) GetStackedTrx() string
func (*BlockchainAdditionalData_TronData) GetTotalBandwidth ¶
func (x *BlockchainAdditionalData_TronData) GetTotalBandwidth() string
func (*BlockchainAdditionalData_TronData) GetTotalEnergy ¶
func (x *BlockchainAdditionalData_TronData) GetTotalEnergy() string
func (*BlockchainAdditionalData_TronData) GetTotalUsedBandwidth ¶
func (x *BlockchainAdditionalData_TronData) GetTotalUsedBandwidth() string
func (*BlockchainAdditionalData_TronData) GetTotalUsedEnergy ¶
func (x *BlockchainAdditionalData_TronData) GetTotalUsedEnergy() string
func (*BlockchainAdditionalData_TronData) ProtoMessage ¶
func (*BlockchainAdditionalData_TronData) ProtoMessage()
func (*BlockchainAdditionalData_TronData) ProtoReflect ¶
func (x *BlockchainAdditionalData_TronData) ProtoReflect() protoreflect.Message
func (*BlockchainAdditionalData_TronData) Reset ¶
func (x *BlockchainAdditionalData_TronData) Reset()
func (*BlockchainAdditionalData_TronData) String ¶
func (x *BlockchainAdditionalData_TronData) String() string
type CreateOwnerHotWalletRequest ¶
type CreateOwnerHotWalletRequest struct { OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Blockchain v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain" json:"blockchain,omitempty"` // a store customer who has been given a hot wallet for payment ExternalWalletId string `protobuf:"bytes,3,opt,name=external_wallet_id,json=externalWalletId,proto3" json:"external_wallet_id,omitempty"` BitcoinAddressType *v1.BitcoinAddressType `` /* 169-byte string literal not displayed */ LitecoinAddressType *v1.LitecoinAddressType `` /* 173-byte string literal not displayed */ DogecoinAddressType *v1.DogecoinAddressType `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateOwnerHotWalletRequest) Descriptor
deprecated
func (*CreateOwnerHotWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOwnerHotWalletRequest.ProtoReflect.Descriptor instead.
func (*CreateOwnerHotWalletRequest) GetBitcoinAddressType ¶
func (x *CreateOwnerHotWalletRequest) GetBitcoinAddressType() v1.BitcoinAddressType
func (*CreateOwnerHotWalletRequest) GetBlockchain ¶
func (x *CreateOwnerHotWalletRequest) GetBlockchain() v1.Blockchain
func (*CreateOwnerHotWalletRequest) GetDogecoinAddressType ¶
func (x *CreateOwnerHotWalletRequest) GetDogecoinAddressType() v1.DogecoinAddressType
func (*CreateOwnerHotWalletRequest) GetExternalWalletId ¶
func (x *CreateOwnerHotWalletRequest) GetExternalWalletId() string
func (*CreateOwnerHotWalletRequest) GetLitecoinAddressType ¶
func (x *CreateOwnerHotWalletRequest) GetLitecoinAddressType() v1.LitecoinAddressType
func (*CreateOwnerHotWalletRequest) GetOwnerId ¶
func (x *CreateOwnerHotWalletRequest) GetOwnerId() string
func (*CreateOwnerHotWalletRequest) ProtoMessage ¶
func (*CreateOwnerHotWalletRequest) ProtoMessage()
func (*CreateOwnerHotWalletRequest) ProtoReflect ¶
func (x *CreateOwnerHotWalletRequest) ProtoReflect() protoreflect.Message
func (*CreateOwnerHotWalletRequest) Reset ¶
func (x *CreateOwnerHotWalletRequest) Reset()
func (*CreateOwnerHotWalletRequest) String ¶
func (x *CreateOwnerHotWalletRequest) String() string
type CreateOwnerHotWalletResponse ¶
type CreateOwnerHotWalletResponse struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*CreateOwnerHotWalletResponse) Descriptor
deprecated
func (*CreateOwnerHotWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOwnerHotWalletResponse.ProtoReflect.Descriptor instead.
func (*CreateOwnerHotWalletResponse) GetAddress ¶
func (x *CreateOwnerHotWalletResponse) GetAddress() string
func (*CreateOwnerHotWalletResponse) ProtoMessage ¶
func (*CreateOwnerHotWalletResponse) ProtoMessage()
func (*CreateOwnerHotWalletResponse) ProtoReflect ¶
func (x *CreateOwnerHotWalletResponse) ProtoReflect() protoreflect.Message
func (*CreateOwnerHotWalletResponse) Reset ¶
func (x *CreateOwnerHotWalletResponse) Reset()
func (*CreateOwnerHotWalletResponse) String ¶
func (x *CreateOwnerHotWalletResponse) String() string
type GetOwnerColdWalletsRequest ¶
type GetOwnerColdWalletsRequest struct { OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Blockchain *v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain,oneof" json:"blockchain,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerColdWalletsRequest) Descriptor
deprecated
func (*GetOwnerColdWalletsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerColdWalletsRequest.ProtoReflect.Descriptor instead.
func (*GetOwnerColdWalletsRequest) GetBlockchain ¶
func (x *GetOwnerColdWalletsRequest) GetBlockchain() v1.Blockchain
func (*GetOwnerColdWalletsRequest) GetOwnerId ¶
func (x *GetOwnerColdWalletsRequest) GetOwnerId() string
func (*GetOwnerColdWalletsRequest) ProtoMessage ¶
func (*GetOwnerColdWalletsRequest) ProtoMessage()
func (*GetOwnerColdWalletsRequest) ProtoReflect ¶
func (x *GetOwnerColdWalletsRequest) ProtoReflect() protoreflect.Message
func (*GetOwnerColdWalletsRequest) Reset ¶
func (x *GetOwnerColdWalletsRequest) Reset()
func (*GetOwnerColdWalletsRequest) String ¶
func (x *GetOwnerColdWalletsRequest) String() string
type GetOwnerColdWalletsResponse ¶
type GetOwnerColdWalletsResponse struct { Items []*WalletPreview `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerColdWalletsResponse) Descriptor
deprecated
func (*GetOwnerColdWalletsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerColdWalletsResponse.ProtoReflect.Descriptor instead.
func (*GetOwnerColdWalletsResponse) GetItems ¶
func (x *GetOwnerColdWalletsResponse) GetItems() []*WalletPreview
func (*GetOwnerColdWalletsResponse) ProtoMessage ¶
func (*GetOwnerColdWalletsResponse) ProtoMessage()
func (*GetOwnerColdWalletsResponse) ProtoReflect ¶
func (x *GetOwnerColdWalletsResponse) ProtoReflect() protoreflect.Message
func (*GetOwnerColdWalletsResponse) Reset ¶
func (x *GetOwnerColdWalletsResponse) Reset()
func (*GetOwnerColdWalletsResponse) String ¶
func (x *GetOwnerColdWalletsResponse) String() string
type GetOwnerHotWalletsRequest ¶
type GetOwnerHotWalletsRequest struct { OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Blockchain v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain" json:"blockchain,omitempty"` // a store customer who has been given a hot wallet for payment ExternalWalletId *string `protobuf:"bytes,3,opt,name=external_wallet_id,json=externalWalletId,proto3,oneof" json:"external_wallet_id,omitempty"` BitcoinAddressType *v1.BitcoinAddressType `` /* 169-byte string literal not displayed */ LitecoinAddressType *v1.LitecoinAddressType `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetOwnerHotWalletsRequest) Descriptor
deprecated
func (*GetOwnerHotWalletsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerHotWalletsRequest.ProtoReflect.Descriptor instead.
func (*GetOwnerHotWalletsRequest) GetBitcoinAddressType ¶
func (x *GetOwnerHotWalletsRequest) GetBitcoinAddressType() v1.BitcoinAddressType
func (*GetOwnerHotWalletsRequest) GetBlockchain ¶
func (x *GetOwnerHotWalletsRequest) GetBlockchain() v1.Blockchain
func (*GetOwnerHotWalletsRequest) GetExternalWalletId ¶
func (x *GetOwnerHotWalletsRequest) GetExternalWalletId() string
func (*GetOwnerHotWalletsRequest) GetLitecoinAddressType ¶
func (x *GetOwnerHotWalletsRequest) GetLitecoinAddressType() v1.LitecoinAddressType
func (*GetOwnerHotWalletsRequest) GetOwnerId ¶
func (x *GetOwnerHotWalletsRequest) GetOwnerId() string
func (*GetOwnerHotWalletsRequest) ProtoMessage ¶
func (*GetOwnerHotWalletsRequest) ProtoMessage()
func (*GetOwnerHotWalletsRequest) ProtoReflect ¶
func (x *GetOwnerHotWalletsRequest) ProtoReflect() protoreflect.Message
func (*GetOwnerHotWalletsRequest) Reset ¶
func (x *GetOwnerHotWalletsRequest) Reset()
func (*GetOwnerHotWalletsRequest) String ¶
func (x *GetOwnerHotWalletsRequest) String() string
type GetOwnerHotWalletsResponse ¶
type GetOwnerHotWalletsResponse struct { Addresses []*GetOwnerHotWalletsResponse_HotAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerHotWalletsResponse) Descriptor
deprecated
func (*GetOwnerHotWalletsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerHotWalletsResponse.ProtoReflect.Descriptor instead.
func (*GetOwnerHotWalletsResponse) GetAddresses ¶
func (x *GetOwnerHotWalletsResponse) GetAddresses() []*GetOwnerHotWalletsResponse_HotAddress
func (*GetOwnerHotWalletsResponse) ProtoMessage ¶
func (*GetOwnerHotWalletsResponse) ProtoMessage()
func (*GetOwnerHotWalletsResponse) ProtoReflect ¶
func (x *GetOwnerHotWalletsResponse) ProtoReflect() protoreflect.Message
func (*GetOwnerHotWalletsResponse) Reset ¶
func (x *GetOwnerHotWalletsResponse) Reset()
func (*GetOwnerHotWalletsResponse) String ¶
func (x *GetOwnerHotWalletsResponse) String() string
type GetOwnerHotWalletsResponse_HotAddress ¶
type GetOwnerHotWalletsResponse_HotAddress struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` ExternalWalletId string `protobuf:"bytes,2,opt,name=external_wallet_id,json=externalWalletId,proto3" json:"external_wallet_id,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerHotWalletsResponse_HotAddress) Descriptor
deprecated
func (*GetOwnerHotWalletsResponse_HotAddress) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerHotWalletsResponse_HotAddress.ProtoReflect.Descriptor instead.
func (*GetOwnerHotWalletsResponse_HotAddress) GetAddress ¶
func (x *GetOwnerHotWalletsResponse_HotAddress) GetAddress() string
func (*GetOwnerHotWalletsResponse_HotAddress) GetExternalWalletId ¶
func (x *GetOwnerHotWalletsResponse_HotAddress) GetExternalWalletId() string
func (*GetOwnerHotWalletsResponse_HotAddress) ProtoMessage ¶
func (*GetOwnerHotWalletsResponse_HotAddress) ProtoMessage()
func (*GetOwnerHotWalletsResponse_HotAddress) ProtoReflect ¶
func (x *GetOwnerHotWalletsResponse_HotAddress) ProtoReflect() protoreflect.Message
func (*GetOwnerHotWalletsResponse_HotAddress) Reset ¶
func (x *GetOwnerHotWalletsResponse_HotAddress) Reset()
func (*GetOwnerHotWalletsResponse_HotAddress) String ¶
func (x *GetOwnerHotWalletsResponse_HotAddress) String() string
type GetOwnerProcessingWalletsRequest ¶
type GetOwnerProcessingWalletsRequest struct { OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Blockchain *v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain,oneof" json:"blockchain,omitempty"` Tiny *bool `protobuf:"varint,3,opt,name=tiny,proto3,oneof" json:"tiny,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerProcessingWalletsRequest) Descriptor
deprecated
func (*GetOwnerProcessingWalletsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerProcessingWalletsRequest.ProtoReflect.Descriptor instead.
func (*GetOwnerProcessingWalletsRequest) GetBlockchain ¶
func (x *GetOwnerProcessingWalletsRequest) GetBlockchain() v1.Blockchain
func (*GetOwnerProcessingWalletsRequest) GetOwnerId ¶
func (x *GetOwnerProcessingWalletsRequest) GetOwnerId() string
func (*GetOwnerProcessingWalletsRequest) GetTiny ¶
func (x *GetOwnerProcessingWalletsRequest) GetTiny() bool
func (*GetOwnerProcessingWalletsRequest) ProtoMessage ¶
func (*GetOwnerProcessingWalletsRequest) ProtoMessage()
func (*GetOwnerProcessingWalletsRequest) ProtoReflect ¶
func (x *GetOwnerProcessingWalletsRequest) ProtoReflect() protoreflect.Message
func (*GetOwnerProcessingWalletsRequest) Reset ¶
func (x *GetOwnerProcessingWalletsRequest) Reset()
func (*GetOwnerProcessingWalletsRequest) String ¶
func (x *GetOwnerProcessingWalletsRequest) String() string
type GetOwnerProcessingWalletsResponse ¶
type GetOwnerProcessingWalletsResponse struct { Items []*WalletPreview `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*GetOwnerProcessingWalletsResponse) Descriptor
deprecated
func (*GetOwnerProcessingWalletsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOwnerProcessingWalletsResponse.ProtoReflect.Descriptor instead.
func (*GetOwnerProcessingWalletsResponse) GetItems ¶
func (x *GetOwnerProcessingWalletsResponse) GetItems() []*WalletPreview
func (*GetOwnerProcessingWalletsResponse) ProtoMessage ¶
func (*GetOwnerProcessingWalletsResponse) ProtoMessage()
func (*GetOwnerProcessingWalletsResponse) ProtoReflect ¶
func (x *GetOwnerProcessingWalletsResponse) ProtoReflect() protoreflect.Message
func (*GetOwnerProcessingWalletsResponse) Reset ¶
func (x *GetOwnerProcessingWalletsResponse) Reset()
func (*GetOwnerProcessingWalletsResponse) String ¶
func (x *GetOwnerProcessingWalletsResponse) String() string
type MarkDirtyHotWalletRequest ¶
type MarkDirtyHotWalletRequest struct { OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` Blockchain v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain" json:"blockchain,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*MarkDirtyHotWalletRequest) Descriptor
deprecated
func (*MarkDirtyHotWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use MarkDirtyHotWalletRequest.ProtoReflect.Descriptor instead.
func (*MarkDirtyHotWalletRequest) GetAddress ¶
func (x *MarkDirtyHotWalletRequest) GetAddress() string
func (*MarkDirtyHotWalletRequest) GetBlockchain ¶
func (x *MarkDirtyHotWalletRequest) GetBlockchain() v1.Blockchain
func (*MarkDirtyHotWalletRequest) GetOwnerId ¶
func (x *MarkDirtyHotWalletRequest) GetOwnerId() string
func (*MarkDirtyHotWalletRequest) ProtoMessage ¶
func (*MarkDirtyHotWalletRequest) ProtoMessage()
func (*MarkDirtyHotWalletRequest) ProtoReflect ¶
func (x *MarkDirtyHotWalletRequest) ProtoReflect() protoreflect.Message
func (*MarkDirtyHotWalletRequest) Reset ¶
func (x *MarkDirtyHotWalletRequest) Reset()
func (*MarkDirtyHotWalletRequest) String ¶
func (x *MarkDirtyHotWalletRequest) String() string
type MarkDirtyHotWalletResponse ¶
type MarkDirtyHotWalletResponse struct {
// contains filtered or unexported fields
}
func (*MarkDirtyHotWalletResponse) Descriptor
deprecated
func (*MarkDirtyHotWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use MarkDirtyHotWalletResponse.ProtoReflect.Descriptor instead.
func (*MarkDirtyHotWalletResponse) ProtoMessage ¶
func (*MarkDirtyHotWalletResponse) ProtoMessage()
func (*MarkDirtyHotWalletResponse) ProtoReflect ¶
func (x *MarkDirtyHotWalletResponse) ProtoReflect() protoreflect.Message
func (*MarkDirtyHotWalletResponse) Reset ¶
func (x *MarkDirtyHotWalletResponse) Reset()
func (*MarkDirtyHotWalletResponse) String ¶
func (x *MarkDirtyHotWalletResponse) String() string
type WalletPreview ¶
type WalletPreview struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Blockchain v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=processing.common.v1.Blockchain" json:"blockchain,omitempty"` Assets *Assets `protobuf:"bytes,3,opt,name=assets,proto3,oneof" json:"assets,omitempty"` BlockchainAdditionalData *BlockchainAdditionalData `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WalletPreview) Descriptor
deprecated
func (*WalletPreview) Descriptor() ([]byte, []int)
Deprecated: Use WalletPreview.ProtoReflect.Descriptor instead.
func (*WalletPreview) GetAddress ¶
func (x *WalletPreview) GetAddress() string
func (*WalletPreview) GetAssets ¶
func (x *WalletPreview) GetAssets() *Assets
func (*WalletPreview) GetBlockchain ¶
func (x *WalletPreview) GetBlockchain() v1.Blockchain
func (*WalletPreview) GetBlockchainAdditionalData ¶
func (x *WalletPreview) GetBlockchainAdditionalData() *BlockchainAdditionalData
func (*WalletPreview) ProtoMessage ¶
func (*WalletPreview) ProtoMessage()
func (*WalletPreview) ProtoReflect ¶
func (x *WalletPreview) ProtoReflect() protoreflect.Message
func (*WalletPreview) Reset ¶
func (x *WalletPreview) Reset()
func (*WalletPreview) String ¶
func (x *WalletPreview) String() string