common

package
v0.0.24-wip-3 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 5 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_common_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountIdentity added in v0.0.25

type AccountIdentity struct {
	Parameters *anypb.Any `protobuf:"bytes,1,opt,name=Parameters,proto3" json:"Parameters,omitempty"`
	Address    string     `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountIdentity) Descriptor deprecated added in v0.0.25

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

Deprecated: Use AccountIdentity.ProtoReflect.Descriptor instead.

func (*AccountIdentity) GetAddress added in v0.0.25

func (x *AccountIdentity) GetAddress() string

func (*AccountIdentity) GetParameters added in v0.0.25

func (x *AccountIdentity) GetParameters() *anypb.Any

func (*AccountIdentity) ProtoMessage added in v0.0.25

func (*AccountIdentity) ProtoMessage()

func (*AccountIdentity) ProtoReflect added in v0.0.25

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

func (*AccountIdentity) Reset added in v0.0.25

func (x *AccountIdentity) Reset()

func (*AccountIdentity) String added in v0.0.25

func (x *AccountIdentity) String() string

type DerivationAddressIdentity

type DerivationAddressIdentity struct {
	AccountIndex  uint32 `protobuf:"varint,1,opt,name=AccountIndex,proto3" json:"AccountIndex,omitempty"`
	InternalIndex uint32 `protobuf:"varint,2,opt,name=InternalIndex,proto3" json:"InternalIndex,omitempty"`
	AddressIndex  uint32 `protobuf:"varint,3,opt,name=AddressIndex,proto3" json:"AddressIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*DerivationAddressIdentity) Descriptor deprecated

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

Deprecated: Use DerivationAddressIdentity.ProtoReflect.Descriptor instead.

func (*DerivationAddressIdentity) GetAccountIndex

func (x *DerivationAddressIdentity) GetAccountIndex() uint32

func (*DerivationAddressIdentity) GetAddressIndex

func (x *DerivationAddressIdentity) GetAddressIndex() uint32

func (*DerivationAddressIdentity) GetInternalIndex

func (x *DerivationAddressIdentity) GetInternalIndex() uint32

func (*DerivationAddressIdentity) ProtoMessage

func (*DerivationAddressIdentity) ProtoMessage()

func (*DerivationAddressIdentity) ProtoReflect

func (*DerivationAddressIdentity) Reset

func (x *DerivationAddressIdentity) Reset()

func (*DerivationAddressIdentity) String

func (x *DerivationAddressIdentity) String() string

type MnemonicWalletData

type MnemonicWalletData struct {
	Identity *MnemonicWalletIdentity `protobuf:"bytes,1,opt,name=Identity,proto3" json:"Identity,omitempty"`
	// contains filtered or unexported fields
}

func (*MnemonicWalletData) Descriptor deprecated

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

Deprecated: Use MnemonicWalletData.ProtoReflect.Descriptor instead.

func (*MnemonicWalletData) GetIdentity

func (x *MnemonicWalletData) GetIdentity() *MnemonicWalletIdentity

func (*MnemonicWalletData) ProtoMessage

func (*MnemonicWalletData) ProtoMessage()

func (*MnemonicWalletData) ProtoReflect

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

func (*MnemonicWalletData) Reset

func (x *MnemonicWalletData) Reset()

func (*MnemonicWalletData) String

func (x *MnemonicWalletData) String() string

type MnemonicWalletIdentity

type MnemonicWalletIdentity struct {
	WalletUUID string `protobuf:"bytes,1,opt,name=WalletUUID,proto3" json:"WalletUUID,omitempty"`
	WalletHash string `protobuf:"bytes,2,opt,name=WalletHash,proto3" json:"WalletHash,omitempty"`
	// contains filtered or unexported fields
}

func (*MnemonicWalletIdentity) Descriptor deprecated

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

Deprecated: Use MnemonicWalletIdentity.ProtoReflect.Descriptor instead.

func (*MnemonicWalletIdentity) GetWalletHash

func (x *MnemonicWalletIdentity) GetWalletHash() string

func (*MnemonicWalletIdentity) GetWalletUUID

func (x *MnemonicWalletIdentity) GetWalletUUID() string

func (*MnemonicWalletIdentity) ProtoMessage

func (*MnemonicWalletIdentity) ProtoMessage()

func (*MnemonicWalletIdentity) ProtoReflect

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

func (*MnemonicWalletIdentity) Reset

func (x *MnemonicWalletIdentity) Reset()

func (*MnemonicWalletIdentity) String

func (x *MnemonicWalletIdentity) String() string

type RangeRequestUnit

type RangeRequestUnit struct {
	AccountIndex     uint32 `protobuf:"varint,1,opt,name=AccountIndex,proto3" json:"AccountIndex,omitempty"`
	InternalIndex    uint32 `protobuf:"varint,2,opt,name=InternalIndex,proto3" json:"InternalIndex,omitempty"`
	AddressIndexFrom uint32 `protobuf:"varint,3,opt,name=AddressIndexFrom,proto3" json:"AddressIndexFrom,omitempty"`
	AddressIndexTo   uint32 `protobuf:"varint,4,opt,name=AddressIndexTo,proto3" json:"AddressIndexTo,omitempty"`
	// contains filtered or unexported fields
}

func (*RangeRequestUnit) Descriptor deprecated

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

Deprecated: Use RangeRequestUnit.ProtoReflect.Descriptor instead.

func (*RangeRequestUnit) GetAccountIndex

func (x *RangeRequestUnit) GetAccountIndex() uint32

func (*RangeRequestUnit) GetAddressIndexFrom

func (x *RangeRequestUnit) GetAddressIndexFrom() uint32

func (*RangeRequestUnit) GetAddressIndexTo

func (x *RangeRequestUnit) GetAddressIndexTo() uint32

func (*RangeRequestUnit) GetInternalIndex

func (x *RangeRequestUnit) GetInternalIndex() uint32

func (*RangeRequestUnit) ProtoMessage

func (*RangeRequestUnit) ProtoMessage()

func (*RangeRequestUnit) ProtoReflect

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

func (*RangeRequestUnit) Reset

func (x *RangeRequestUnit) Reset()

func (*RangeRequestUnit) String

func (x *RangeRequestUnit) String() string

type RangeUnitsList added in v0.0.25

type RangeUnitsList struct {
	RangeUnits []*RangeRequestUnit `protobuf:"bytes,1,rep,name=RangeUnits,proto3" json:"RangeUnits,omitempty"`
	// contains filtered or unexported fields
}

func (*RangeUnitsList) Descriptor deprecated added in v0.0.25

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

Deprecated: Use RangeUnitsList.ProtoReflect.Descriptor instead.

func (*RangeUnitsList) GetRangeUnits added in v0.0.25

func (x *RangeUnitsList) GetRangeUnits() []*RangeRequestUnit

func (*RangeUnitsList) ProtoMessage added in v0.0.25

func (*RangeUnitsList) ProtoMessage()

func (*RangeUnitsList) ProtoReflect added in v0.0.25

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

func (*RangeUnitsList) Reset added in v0.0.25

func (x *RangeUnitsList) Reset()

func (*RangeUnitsList) String added in v0.0.25

func (x *RangeUnitsList) String() string

Jump to

Keyboard shortcuts

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