Documentation ¶
Index ¶
- Variables
- type Failure
- func (*Failure) Descriptor() ([]byte, []int)
- func (m *Failure) GetAckId() uint64
- func (m *Failure) GetAckType() string
- func (m *Failure) GetAddress() string
- func (m *Failure) GetChannelId() string
- func (m *Failure) GetId() uint64
- func (m *Failure) Marshal() (dAtA []byte, err error)
- func (m *Failure) MarshalTo(dAtA []byte) (int, error)
- func (m *Failure) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Failure) ProtoMessage()
- func (m *Failure) Reset()
- func (m *Failure) Size() (n int)
- func (m *Failure) String() string
- func (m *Failure) Unmarshal(dAtA []byte) error
- func (m *Failure) XXX_DiscardUnknown()
- func (m *Failure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Failure) XXX_Merge(src proto.Message)
- func (m *Failure) XXX_Size() int
- func (m *Failure) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Failure ¶
type Failure struct { // ChannelId ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // Address of the failed contract Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // id of the failure under specific address Id uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` // ACK id to restore AckId uint64 `protobuf:"varint,4,opt,name=ack_id,json=ackId,proto3" json:"ack_id,omitempty"` // Acknowledgement type AckType string `protobuf:"bytes,5,opt,name=ack_type,json=ackType,proto3" json:"ack_type,omitempty"` }
Deprecated. Used only for migration purposes.
func (*Failure) Descriptor ¶
func (*Failure) GetAckType ¶
func (*Failure) GetAddress ¶
func (*Failure) GetChannelId ¶
func (*Failure) MarshalToSizedBuffer ¶
func (*Failure) ProtoMessage ¶
func (*Failure) ProtoMessage()
func (*Failure) XXX_DiscardUnknown ¶
func (m *Failure) XXX_DiscardUnknown()
func (*Failure) XXX_Marshal ¶
func (*Failure) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.