walletv1

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetAmount

func (x *Asset) GetAmount() string

func (*Asset) GetIdentity

func (x *Asset) GetIdentity() string

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect

func (x *Asset) ProtoReflect() protoreflect.Message

func (*Asset) Reset

func (x *Asset) Reset()

func (*Asset) String

func (x *Asset) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Assets.ProtoReflect.Descriptor instead.

func (*Assets) GetAsset

func (x *Assets) GetAsset() []*Asset

func (*Assets) ProtoMessage

func (*Assets) ProtoMessage()

func (*Assets) ProtoReflect

func (x *Assets) ProtoReflect() protoreflect.Message

func (*Assets) Reset

func (x *Assets) Reset()

func (*Assets) String

func (x *Assets) String() string

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 (*AttachOwnerColdWalletsRequest) ProtoMessage

func (*AttachOwnerColdWalletsRequest) ProtoMessage()

func (*AttachOwnerColdWalletsRequest) ProtoReflect

func (*AttachOwnerColdWalletsRequest) Reset

func (x *AttachOwnerColdWalletsRequest) Reset()

func (*AttachOwnerColdWalletsRequest) 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 (*AttachOwnerColdWalletsResponse) Reset

func (x *AttachOwnerColdWalletsResponse) Reset()

func (*AttachOwnerColdWalletsResponse) 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 (*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 (*BlockchainAdditionalData_TronData) Reset

func (*BlockchainAdditionalData_TronData) 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 (*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 (*CreateOwnerHotWalletResponse) Reset

func (x *CreateOwnerHotWalletResponse) Reset()

func (*CreateOwnerHotWalletResponse) 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 (*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 (*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 (*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 (*GetOwnerHotWalletsResponse) ProtoMessage

func (*GetOwnerHotWalletsResponse) ProtoMessage()

func (*GetOwnerHotWalletsResponse) ProtoReflect

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 (*GetOwnerHotWalletsResponse_HotAddress) GetExternalWalletId

func (x *GetOwnerHotWalletsResponse_HotAddress) GetExternalWalletId() string

func (*GetOwnerHotWalletsResponse_HotAddress) ProtoMessage

func (*GetOwnerHotWalletsResponse_HotAddress) ProtoMessage()

func (*GetOwnerHotWalletsResponse_HotAddress) ProtoReflect

func (*GetOwnerHotWalletsResponse_HotAddress) Reset

func (*GetOwnerHotWalletsResponse_HotAddress) 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 (*GetOwnerProcessingWalletsRequest) ProtoMessage

func (*GetOwnerProcessingWalletsRequest) ProtoMessage()

func (*GetOwnerProcessingWalletsRequest) ProtoReflect

func (*GetOwnerProcessingWalletsRequest) Reset

func (*GetOwnerProcessingWalletsRequest) 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 (*GetOwnerProcessingWalletsResponse) ProtoMessage

func (*GetOwnerProcessingWalletsResponse) ProtoMessage()

func (*GetOwnerProcessingWalletsResponse) ProtoReflect

func (*GetOwnerProcessingWalletsResponse) Reset

func (*GetOwnerProcessingWalletsResponse) 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 (*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 (*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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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