Documentation ¶
Index ¶
- Variables
- type EffectHash
- func (*EffectHash) Descriptor() ([]byte, []int)
- func (m *EffectHash) GetInner() []byte
- func (m *EffectHash) Marshal() (dAtA []byte, err error)
- func (m *EffectHash) MarshalTo(dAtA []byte) (int, error)
- func (m *EffectHash) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EffectHash) ProtoMessage()
- func (m *EffectHash) Reset()
- func (m *EffectHash) Size() (n int)
- func (m *EffectHash) String() string
- func (m *EffectHash) Unmarshal(dAtA []byte) error
- func (m *EffectHash) XXX_DiscardUnknown()
- func (m *EffectHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EffectHash) XXX_Merge(src proto.Message)
- func (m *EffectHash) XXX_Size() int
- func (m *EffectHash) XXX_Unmarshal(b []byte) error
- type TransactionId
- func (*TransactionId) Descriptor() ([]byte, []int)
- func (m *TransactionId) GetInner() []byte
- func (m *TransactionId) Marshal() (dAtA []byte, err error)
- func (m *TransactionId) MarshalTo(dAtA []byte) (int, error)
- func (m *TransactionId) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TransactionId) ProtoMessage()
- func (m *TransactionId) Reset()
- func (m *TransactionId) Size() (n int)
- func (m *TransactionId) String() string
- func (m *TransactionId) Unmarshal(dAtA []byte) error
- func (m *TransactionId) XXX_DiscardUnknown()
- func (m *TransactionId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransactionId) XXX_Merge(src proto.Message)
- func (m *TransactionId) XXX_Size() int
- func (m *TransactionId) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EffectHash ¶
type EffectHash struct {
Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}
The hash of a Penumbra transaction's _effecting data_, describing the effects of the transaction on the chain state.
func (*EffectHash) Descriptor ¶
func (*EffectHash) Descriptor() ([]byte, []int)
func (*EffectHash) GetInner ¶
func (m *EffectHash) GetInner() []byte
func (*EffectHash) Marshal ¶
func (m *EffectHash) Marshal() (dAtA []byte, err error)
func (*EffectHash) MarshalToSizedBuffer ¶
func (m *EffectHash) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EffectHash) ProtoMessage ¶
func (*EffectHash) ProtoMessage()
func (*EffectHash) Reset ¶
func (m *EffectHash) Reset()
func (*EffectHash) Size ¶
func (m *EffectHash) Size() (n int)
func (*EffectHash) String ¶
func (m *EffectHash) String() string
func (*EffectHash) Unmarshal ¶
func (m *EffectHash) Unmarshal(dAtA []byte) error
func (*EffectHash) XXX_DiscardUnknown ¶
func (m *EffectHash) XXX_DiscardUnknown()
func (*EffectHash) XXX_Marshal ¶
func (m *EffectHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EffectHash) XXX_Merge ¶
func (m *EffectHash) XXX_Merge(src proto.Message)
func (*EffectHash) XXX_Size ¶
func (m *EffectHash) XXX_Size() int
func (*EffectHash) XXX_Unmarshal ¶
func (m *EffectHash) XXX_Unmarshal(b []byte) error
type TransactionId ¶
type TransactionId struct {
Inner []byte `protobuf:"bytes,1,opt,name=inner,proto3" json:"inner,omitempty"`
}
A transaction ID, the Sha256 hash of a transaction.
This is the hash of the plain byte encoding, used by Tendermint.
func (*TransactionId) Descriptor ¶
func (*TransactionId) Descriptor() ([]byte, []int)
func (*TransactionId) GetInner ¶
func (m *TransactionId) GetInner() []byte
func (*TransactionId) Marshal ¶
func (m *TransactionId) Marshal() (dAtA []byte, err error)
func (*TransactionId) MarshalToSizedBuffer ¶
func (m *TransactionId) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TransactionId) ProtoMessage ¶
func (*TransactionId) ProtoMessage()
func (*TransactionId) Reset ¶
func (m *TransactionId) Reset()
func (*TransactionId) Size ¶
func (m *TransactionId) Size() (n int)
func (*TransactionId) String ¶
func (m *TransactionId) String() string
func (*TransactionId) Unmarshal ¶
func (m *TransactionId) Unmarshal(dAtA []byte) error
func (*TransactionId) XXX_DiscardUnknown ¶
func (m *TransactionId) XXX_DiscardUnknown()
func (*TransactionId) XXX_Marshal ¶
func (m *TransactionId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransactionId) XXX_Merge ¶
func (m *TransactionId) XXX_Merge(src proto.Message)
func (*TransactionId) XXX_Size ¶
func (m *TransactionId) XXX_Size() int
func (*TransactionId) XXX_Unmarshal ¶
func (m *TransactionId) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.