keysv1alpha1

package
v2.5.2 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthKeys        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKeys          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKeys = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type Address

type Address struct {
	// The bytes of the address. Must be represented as a series of
	// `uint8` (i.e. values 0 through 255), with a length of 80 elements.
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
	// Alternatively, a Bech32m-encoded string representation of the `inner`
	// bytes.
	//
	// NOTE: implementations are not required to support parsing this field.
	// Implementations should prefer to encode the bytes in all messages they
	// produce. Implementations must not accept messages with both `inner` and
	// `alt_bech32m` set.
	AltBech32M string `protobuf:"bytes,2,opt,name=alt_bech32m,json=altBech32m,proto3" json:"alt_bech32m,omitempty"`
}

A Penumbra address. An address in Penumbra is a Bech32m-encoded string, with the human-readable prefix (HRP) `penumbrav2t`.

func (*Address) Descriptor

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

func (*Address) GetAltBech32M

func (m *Address) GetAltBech32M() string

func (*Address) GetInner

func (m *Address) GetInner() []byte

func (*Address) Marshal

func (m *Address) Marshal() (dAtA []byte, err error)

func (*Address) MarshalTo

func (m *Address) MarshalTo(dAtA []byte) (int, error)

func (*Address) MarshalToSizedBuffer

func (m *Address) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) Reset

func (m *Address) Reset()

func (*Address) Size

func (m *Address) Size() (n int)

func (*Address) String

func (m *Address) String() string

func (*Address) Unmarshal

func (m *Address) Unmarshal(dAtA []byte) error

func (*Address) XXX_DiscardUnknown

func (m *Address) XXX_DiscardUnknown()

func (*Address) XXX_Marshal

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

func (*Address) XXX_Merge

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

func (*Address) XXX_Size

func (m *Address) XXX_Size() int

func (*Address) XXX_Unmarshal

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

type AddressIndex

type AddressIndex struct {
	Account    uint32 `protobuf:"varint,2,opt,name=account,proto3" json:"account,omitempty"`
	Randomizer []byte `protobuf:"bytes,3,opt,name=randomizer,proto3" json:"randomizer,omitempty"`
}

func (*AddressIndex) Descriptor

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

func (*AddressIndex) GetAccount

func (m *AddressIndex) GetAccount() uint32

func (*AddressIndex) GetRandomizer

func (m *AddressIndex) GetRandomizer() []byte

func (*AddressIndex) Marshal

func (m *AddressIndex) Marshal() (dAtA []byte, err error)

func (*AddressIndex) MarshalTo

func (m *AddressIndex) MarshalTo(dAtA []byte) (int, error)

func (*AddressIndex) MarshalToSizedBuffer

func (m *AddressIndex) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressIndex) ProtoMessage

func (*AddressIndex) ProtoMessage()

func (*AddressIndex) Reset

func (m *AddressIndex) Reset()

func (*AddressIndex) Size

func (m *AddressIndex) Size() (n int)

func (*AddressIndex) String

func (m *AddressIndex) String() string

func (*AddressIndex) Unmarshal

func (m *AddressIndex) Unmarshal(dAtA []byte) error

func (*AddressIndex) XXX_DiscardUnknown

func (m *AddressIndex) XXX_DiscardUnknown()

func (*AddressIndex) XXX_Marshal

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

func (*AddressIndex) XXX_Merge

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

func (*AddressIndex) XXX_Size

func (m *AddressIndex) XXX_Size() int

func (*AddressIndex) XXX_Unmarshal

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

type AddressView

type AddressView struct {
	// Types that are valid to be assigned to AddressView:
	//
	//	*AddressView_Visible_
	//	*AddressView_Opaque_
	AddressView isAddressView_AddressView `protobuf_oneof:"address_view"`
}

func (*AddressView) Descriptor

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

func (*AddressView) GetAddressView

func (m *AddressView) GetAddressView() isAddressView_AddressView

func (*AddressView) GetOpaque

func (m *AddressView) GetOpaque() *AddressView_Opaque

func (*AddressView) GetVisible

func (m *AddressView) GetVisible() *AddressView_Visible

func (*AddressView) Marshal

func (m *AddressView) Marshal() (dAtA []byte, err error)

func (*AddressView) MarshalTo

func (m *AddressView) MarshalTo(dAtA []byte) (int, error)

func (*AddressView) MarshalToSizedBuffer

func (m *AddressView) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressView) ProtoMessage

func (*AddressView) ProtoMessage()

func (*AddressView) Reset

func (m *AddressView) Reset()

func (*AddressView) Size

func (m *AddressView) Size() (n int)

func (*AddressView) String

func (m *AddressView) String() string

func (*AddressView) Unmarshal

func (m *AddressView) Unmarshal(dAtA []byte) error

func (*AddressView) XXX_DiscardUnknown

func (m *AddressView) XXX_DiscardUnknown()

func (*AddressView) XXX_Marshal

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

func (*AddressView) XXX_Merge

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

func (*AddressView) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*AddressView) XXX_Size

func (m *AddressView) XXX_Size() int

func (*AddressView) XXX_Unmarshal

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

type AddressView_Opaque

type AddressView_Opaque struct {
	Address *Address `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*AddressView_Opaque) Descriptor

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

func (*AddressView_Opaque) GetAddress

func (m *AddressView_Opaque) GetAddress() *Address

func (*AddressView_Opaque) Marshal

func (m *AddressView_Opaque) Marshal() (dAtA []byte, err error)

func (*AddressView_Opaque) MarshalTo

func (m *AddressView_Opaque) MarshalTo(dAtA []byte) (int, error)

func (*AddressView_Opaque) MarshalToSizedBuffer

func (m *AddressView_Opaque) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressView_Opaque) ProtoMessage

func (*AddressView_Opaque) ProtoMessage()

func (*AddressView_Opaque) Reset

func (m *AddressView_Opaque) Reset()

func (*AddressView_Opaque) Size

func (m *AddressView_Opaque) Size() (n int)

func (*AddressView_Opaque) String

func (m *AddressView_Opaque) String() string

func (*AddressView_Opaque) Unmarshal

func (m *AddressView_Opaque) Unmarshal(dAtA []byte) error

func (*AddressView_Opaque) XXX_DiscardUnknown

func (m *AddressView_Opaque) XXX_DiscardUnknown()

func (*AddressView_Opaque) XXX_Marshal

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

func (*AddressView_Opaque) XXX_Merge

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

func (*AddressView_Opaque) XXX_Size

func (m *AddressView_Opaque) XXX_Size() int

func (*AddressView_Opaque) XXX_Unmarshal

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

type AddressView_Opaque_

type AddressView_Opaque_ struct {
	Opaque *AddressView_Opaque `protobuf:"bytes,2,opt,name=opaque,proto3,oneof" json:"opaque,omitempty"`
}

func (*AddressView_Opaque_) MarshalTo

func (m *AddressView_Opaque_) MarshalTo(dAtA []byte) (int, error)

func (*AddressView_Opaque_) MarshalToSizedBuffer

func (m *AddressView_Opaque_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressView_Opaque_) Size

func (m *AddressView_Opaque_) Size() (n int)

type AddressView_Visible

type AddressView_Visible struct {
	Address  *Address      `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Index    *AddressIndex `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	WalletId *WalletId     `protobuf:"bytes,3,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
}

func (*AddressView_Visible) Descriptor

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

func (*AddressView_Visible) GetAddress

func (m *AddressView_Visible) GetAddress() *Address

func (*AddressView_Visible) GetIndex

func (m *AddressView_Visible) GetIndex() *AddressIndex

func (*AddressView_Visible) GetWalletId

func (m *AddressView_Visible) GetWalletId() *WalletId

func (*AddressView_Visible) Marshal

func (m *AddressView_Visible) Marshal() (dAtA []byte, err error)

func (*AddressView_Visible) MarshalTo

func (m *AddressView_Visible) MarshalTo(dAtA []byte) (int, error)

func (*AddressView_Visible) MarshalToSizedBuffer

func (m *AddressView_Visible) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressView_Visible) ProtoMessage

func (*AddressView_Visible) ProtoMessage()

func (*AddressView_Visible) Reset

func (m *AddressView_Visible) Reset()

func (*AddressView_Visible) Size

func (m *AddressView_Visible) Size() (n int)

func (*AddressView_Visible) String

func (m *AddressView_Visible) String() string

func (*AddressView_Visible) Unmarshal

func (m *AddressView_Visible) Unmarshal(dAtA []byte) error

func (*AddressView_Visible) XXX_DiscardUnknown

func (m *AddressView_Visible) XXX_DiscardUnknown()

func (*AddressView_Visible) XXX_Marshal

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

func (*AddressView_Visible) XXX_Merge

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

func (*AddressView_Visible) XXX_Size

func (m *AddressView_Visible) XXX_Size() int

func (*AddressView_Visible) XXX_Unmarshal

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

type AddressView_Visible_

type AddressView_Visible_ struct {
	Visible *AddressView_Visible `protobuf:"bytes,1,opt,name=visible,proto3,oneof" json:"visible,omitempty"`
}

func (*AddressView_Visible_) MarshalTo

func (m *AddressView_Visible_) MarshalTo(dAtA []byte) (int, error)

func (*AddressView_Visible_) MarshalToSizedBuffer

func (m *AddressView_Visible_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressView_Visible_) Size

func (m *AddressView_Visible_) Size() (n int)

type ConsensusKey

type ConsensusKey struct {
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}

func (*ConsensusKey) Descriptor

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

func (*ConsensusKey) GetInner

func (m *ConsensusKey) GetInner() []byte

func (*ConsensusKey) Marshal

func (m *ConsensusKey) Marshal() (dAtA []byte, err error)

func (*ConsensusKey) MarshalTo

func (m *ConsensusKey) MarshalTo(dAtA []byte) (int, error)

func (*ConsensusKey) MarshalToSizedBuffer

func (m *ConsensusKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConsensusKey) ProtoMessage

func (*ConsensusKey) ProtoMessage()

func (*ConsensusKey) Reset

func (m *ConsensusKey) Reset()

func (*ConsensusKey) Size

func (m *ConsensusKey) Size() (n int)

func (*ConsensusKey) String

func (m *ConsensusKey) String() string

func (*ConsensusKey) Unmarshal

func (m *ConsensusKey) Unmarshal(dAtA []byte) error

func (*ConsensusKey) XXX_DiscardUnknown

func (m *ConsensusKey) XXX_DiscardUnknown()

func (*ConsensusKey) XXX_Marshal

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

func (*ConsensusKey) XXX_Merge

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

func (*ConsensusKey) XXX_Size

func (m *ConsensusKey) XXX_Size() int

func (*ConsensusKey) XXX_Unmarshal

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

type Diversifier

type Diversifier struct {
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}

func (*Diversifier) Descriptor

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

func (*Diversifier) GetInner

func (m *Diversifier) GetInner() []byte

func (*Diversifier) Marshal

func (m *Diversifier) Marshal() (dAtA []byte, err error)

func (*Diversifier) MarshalTo

func (m *Diversifier) MarshalTo(dAtA []byte) (int, error)

func (*Diversifier) MarshalToSizedBuffer

func (m *Diversifier) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Diversifier) ProtoMessage

func (*Diversifier) ProtoMessage()

func (*Diversifier) Reset

func (m *Diversifier) Reset()

func (*Diversifier) Size

func (m *Diversifier) Size() (n int)

func (*Diversifier) String

func (m *Diversifier) String() string

func (*Diversifier) Unmarshal

func (m *Diversifier) Unmarshal(dAtA []byte) error

func (*Diversifier) XXX_DiscardUnknown

func (m *Diversifier) XXX_DiscardUnknown()

func (*Diversifier) XXX_Marshal

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

func (*Diversifier) XXX_Merge

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

func (*Diversifier) XXX_Size

func (m *Diversifier) XXX_Size() int

func (*Diversifier) XXX_Unmarshal

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

type FullViewingKey

type FullViewingKey struct {
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}

func (*FullViewingKey) Descriptor

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

func (*FullViewingKey) GetInner

func (m *FullViewingKey) GetInner() []byte

func (*FullViewingKey) Marshal

func (m *FullViewingKey) Marshal() (dAtA []byte, err error)

func (*FullViewingKey) MarshalTo

func (m *FullViewingKey) MarshalTo(dAtA []byte) (int, error)

func (*FullViewingKey) MarshalToSizedBuffer

func (m *FullViewingKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FullViewingKey) ProtoMessage

func (*FullViewingKey) ProtoMessage()

func (*FullViewingKey) Reset

func (m *FullViewingKey) Reset()

func (*FullViewingKey) Size

func (m *FullViewingKey) Size() (n int)

func (*FullViewingKey) String

func (m *FullViewingKey) String() string

func (*FullViewingKey) Unmarshal

func (m *FullViewingKey) Unmarshal(dAtA []byte) error

func (*FullViewingKey) XXX_DiscardUnknown

func (m *FullViewingKey) XXX_DiscardUnknown()

func (*FullViewingKey) XXX_Marshal

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

func (*FullViewingKey) XXX_Merge

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

func (*FullViewingKey) XXX_Size

func (m *FullViewingKey) XXX_Size() int

func (*FullViewingKey) XXX_Unmarshal

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

type GovernanceKey

type GovernanceKey struct {
	Gk []byte `protobuf:"bytes,1,opt,name=gk,proto3" json:"gk,omitempty"`
}

A validator's governance key (decaf377-rdsa spendauth verification key).

func (*GovernanceKey) Descriptor

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

func (*GovernanceKey) GetGk

func (m *GovernanceKey) GetGk() []byte

func (*GovernanceKey) Marshal

func (m *GovernanceKey) Marshal() (dAtA []byte, err error)

func (*GovernanceKey) MarshalTo

func (m *GovernanceKey) MarshalTo(dAtA []byte) (int, error)

func (*GovernanceKey) MarshalToSizedBuffer

func (m *GovernanceKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GovernanceKey) ProtoMessage

func (*GovernanceKey) ProtoMessage()

func (*GovernanceKey) Reset

func (m *GovernanceKey) Reset()

func (*GovernanceKey) Size

func (m *GovernanceKey) Size() (n int)

func (*GovernanceKey) String

func (m *GovernanceKey) String() string

func (*GovernanceKey) Unmarshal

func (m *GovernanceKey) Unmarshal(dAtA []byte) error

func (*GovernanceKey) XXX_DiscardUnknown

func (m *GovernanceKey) XXX_DiscardUnknown()

func (*GovernanceKey) XXX_Marshal

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

func (*GovernanceKey) XXX_Merge

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

func (*GovernanceKey) XXX_Size

func (m *GovernanceKey) XXX_Size() int

func (*GovernanceKey) XXX_Unmarshal

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

type IdentityKey

type IdentityKey struct {
	Ik []byte `protobuf:"bytes,1,opt,name=ik,proto3" json:"ik,omitempty"`
}

A validator's identity key (decaf377-rdsa spendauth verification key).

func (*IdentityKey) Descriptor

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

func (*IdentityKey) GetIk

func (m *IdentityKey) GetIk() []byte

func (*IdentityKey) Marshal

func (m *IdentityKey) Marshal() (dAtA []byte, err error)

func (*IdentityKey) MarshalTo

func (m *IdentityKey) MarshalTo(dAtA []byte) (int, error)

func (*IdentityKey) MarshalToSizedBuffer

func (m *IdentityKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdentityKey) ProtoMessage

func (*IdentityKey) ProtoMessage()

func (*IdentityKey) Reset

func (m *IdentityKey) Reset()

func (*IdentityKey) Size

func (m *IdentityKey) Size() (n int)

func (*IdentityKey) String

func (m *IdentityKey) String() string

func (*IdentityKey) Unmarshal

func (m *IdentityKey) Unmarshal(dAtA []byte) error

func (*IdentityKey) XXX_DiscardUnknown

func (m *IdentityKey) XXX_DiscardUnknown()

func (*IdentityKey) XXX_Marshal

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

func (*IdentityKey) XXX_Merge

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

func (*IdentityKey) XXX_Size

func (m *IdentityKey) XXX_Size() int

func (*IdentityKey) XXX_Unmarshal

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

type PayloadKey

type PayloadKey struct {
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}

func (*PayloadKey) Descriptor

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

func (*PayloadKey) GetInner

func (m *PayloadKey) GetInner() []byte

func (*PayloadKey) Marshal

func (m *PayloadKey) Marshal() (dAtA []byte, err error)

func (*PayloadKey) MarshalTo

func (m *PayloadKey) MarshalTo(dAtA []byte) (int, error)

func (*PayloadKey) MarshalToSizedBuffer

func (m *PayloadKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PayloadKey) ProtoMessage

func (*PayloadKey) ProtoMessage()

func (*PayloadKey) Reset

func (m *PayloadKey) Reset()

func (*PayloadKey) Size

func (m *PayloadKey) Size() (n int)

func (*PayloadKey) String

func (m *PayloadKey) String() string

func (*PayloadKey) Unmarshal

func (m *PayloadKey) Unmarshal(dAtA []byte) error

func (*PayloadKey) XXX_DiscardUnknown

func (m *PayloadKey) XXX_DiscardUnknown()

func (*PayloadKey) XXX_Marshal

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

func (*PayloadKey) XXX_Merge

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

func (*PayloadKey) XXX_Size

func (m *PayloadKey) XXX_Size() int

func (*PayloadKey) XXX_Unmarshal

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

type SpendKey

type SpendKey struct {
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}

func (*SpendKey) Descriptor

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

func (*SpendKey) GetInner

func (m *SpendKey) GetInner() []byte

func (*SpendKey) Marshal

func (m *SpendKey) Marshal() (dAtA []byte, err error)

func (*SpendKey) MarshalTo

func (m *SpendKey) MarshalTo(dAtA []byte) (int, error)

func (*SpendKey) MarshalToSizedBuffer

func (m *SpendKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpendKey) ProtoMessage

func (*SpendKey) ProtoMessage()

func (*SpendKey) Reset

func (m *SpendKey) Reset()

func (*SpendKey) Size

func (m *SpendKey) Size() (n int)

func (*SpendKey) String

func (m *SpendKey) String() string

func (*SpendKey) Unmarshal

func (m *SpendKey) Unmarshal(dAtA []byte) error

func (*SpendKey) XXX_DiscardUnknown

func (m *SpendKey) XXX_DiscardUnknown()

func (*SpendKey) XXX_Marshal

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

func (*SpendKey) XXX_Merge

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

func (*SpendKey) XXX_Size

func (m *SpendKey) XXX_Size() int

func (*SpendKey) XXX_Unmarshal

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

type WalletId

type WalletId struct {
	Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}

func (*WalletId) Descriptor

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

func (*WalletId) GetInner

func (m *WalletId) GetInner() []byte

func (*WalletId) Marshal

func (m *WalletId) Marshal() (dAtA []byte, err error)

func (*WalletId) MarshalTo

func (m *WalletId) MarshalTo(dAtA []byte) (int, error)

func (*WalletId) MarshalToSizedBuffer

func (m *WalletId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WalletId) ProtoMessage

func (*WalletId) ProtoMessage()

func (*WalletId) Reset

func (m *WalletId) Reset()

func (*WalletId) Size

func (m *WalletId) Size() (n int)

func (*WalletId) String

func (m *WalletId) String() string

func (*WalletId) Unmarshal

func (m *WalletId) Unmarshal(dAtA []byte) error

func (*WalletId) XXX_DiscardUnknown

func (m *WalletId) XXX_DiscardUnknown()

func (*WalletId) XXX_Marshal

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

func (*WalletId) XXX_Merge

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

func (*WalletId) XXX_Size

func (m *WalletId) XXX_Size() int

func (*WalletId) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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