Documentation
¶
Index ¶
- Variables
- type BridgeAccountInfoResponse
- func (x *BridgeAccountInfoResponse) ClearAsset()
- func (x *BridgeAccountInfoResponse) ClearRollupId()
- func (x *BridgeAccountInfoResponse) ClearSudoAddress()
- func (x *BridgeAccountInfoResponse) ClearWithdrawerAddress()
- func (x *BridgeAccountInfoResponse) GetAsset() string
- func (x *BridgeAccountInfoResponse) GetHeight() uint64
- func (x *BridgeAccountInfoResponse) GetRollupId() *v1.RollupId
- func (x *BridgeAccountInfoResponse) GetSudoAddress() *v1.Address
- func (x *BridgeAccountInfoResponse) GetWithdrawerAddress() *v1.Address
- func (x *BridgeAccountInfoResponse) HasAsset() bool
- func (x *BridgeAccountInfoResponse) HasRollupId() bool
- func (x *BridgeAccountInfoResponse) HasSudoAddress() bool
- func (x *BridgeAccountInfoResponse) HasWithdrawerAddress() bool
- func (*BridgeAccountInfoResponse) ProtoMessage()
- func (x *BridgeAccountInfoResponse) ProtoReflect() protoreflect.Message
- func (x *BridgeAccountInfoResponse) Reset()
- func (x *BridgeAccountInfoResponse) SetAsset(v string)
- func (x *BridgeAccountInfoResponse) SetHeight(v uint64)
- func (x *BridgeAccountInfoResponse) SetRollupId(v *v1.RollupId)
- func (x *BridgeAccountInfoResponse) SetSudoAddress(v *v1.Address)
- func (x *BridgeAccountInfoResponse) SetWithdrawerAddress(v *v1.Address)
- func (x *BridgeAccountInfoResponse) String() string
- type BridgeAccountInfoResponse_builder
- type BridgeAccountLastTxHashResponse
- func (x *BridgeAccountLastTxHashResponse) ClearTxHash()
- func (x *BridgeAccountLastTxHashResponse) GetHeight() uint64
- func (x *BridgeAccountLastTxHashResponse) GetTxHash() []byte
- func (x *BridgeAccountLastTxHashResponse) HasTxHash() bool
- func (*BridgeAccountLastTxHashResponse) ProtoMessage()
- func (x *BridgeAccountLastTxHashResponse) ProtoReflect() protoreflect.Message
- func (x *BridgeAccountLastTxHashResponse) Reset()
- func (x *BridgeAccountLastTxHashResponse) SetHeight(v uint64)
- func (x *BridgeAccountLastTxHashResponse) SetTxHash(v []byte)
- func (x *BridgeAccountLastTxHashResponse) String() string
- type BridgeAccountLastTxHashResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_astria_protocol_bridge_v1_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BridgeAccountInfoResponse ¶
type BridgeAccountInfoResponse struct {
Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
// if the account is not a bridge account, the following fields will be empty.
RollupId *v1.RollupId `protobuf:"bytes,3,opt,name=rollup_id,json=rollupId,proto3" json:"rollup_id,omitempty"`
Asset *string `protobuf:"bytes,4,opt,name=asset,proto3,oneof" json:"asset,omitempty"`
SudoAddress *v1.Address `protobuf:"bytes,5,opt,name=sudo_address,json=sudoAddress,proto3" json:"sudo_address,omitempty"`
WithdrawerAddress *v1.Address `protobuf:"bytes,6,opt,name=withdrawer_address,json=withdrawerAddress,proto3" json:"withdrawer_address,omitempty"`
// contains filtered or unexported fields
}
A response to the `bridge/account_info` ABCI query containing the account information given some bridge address, if it exists.
func (*BridgeAccountInfoResponse) ClearAsset ¶
func (x *BridgeAccountInfoResponse) ClearAsset()
func (*BridgeAccountInfoResponse) ClearRollupId ¶
func (x *BridgeAccountInfoResponse) ClearRollupId()
func (*BridgeAccountInfoResponse) ClearSudoAddress ¶
func (x *BridgeAccountInfoResponse) ClearSudoAddress()
func (*BridgeAccountInfoResponse) ClearWithdrawerAddress ¶
func (x *BridgeAccountInfoResponse) ClearWithdrawerAddress()
func (*BridgeAccountInfoResponse) GetAsset ¶
func (x *BridgeAccountInfoResponse) GetAsset() string
func (*BridgeAccountInfoResponse) GetHeight ¶
func (x *BridgeAccountInfoResponse) GetHeight() uint64
func (*BridgeAccountInfoResponse) GetRollupId ¶
func (x *BridgeAccountInfoResponse) GetRollupId() *v1.RollupId
func (*BridgeAccountInfoResponse) GetSudoAddress ¶
func (x *BridgeAccountInfoResponse) GetSudoAddress() *v1.Address
func (*BridgeAccountInfoResponse) GetWithdrawerAddress ¶
func (x *BridgeAccountInfoResponse) GetWithdrawerAddress() *v1.Address
func (*BridgeAccountInfoResponse) HasAsset ¶
func (x *BridgeAccountInfoResponse) HasAsset() bool
func (*BridgeAccountInfoResponse) HasRollupId ¶
func (x *BridgeAccountInfoResponse) HasRollupId() bool
func (*BridgeAccountInfoResponse) HasSudoAddress ¶
func (x *BridgeAccountInfoResponse) HasSudoAddress() bool
func (*BridgeAccountInfoResponse) HasWithdrawerAddress ¶
func (x *BridgeAccountInfoResponse) HasWithdrawerAddress() bool
func (*BridgeAccountInfoResponse) ProtoMessage ¶
func (*BridgeAccountInfoResponse) ProtoMessage()
func (*BridgeAccountInfoResponse) ProtoReflect ¶
func (x *BridgeAccountInfoResponse) ProtoReflect() protoreflect.Message
func (*BridgeAccountInfoResponse) Reset ¶
func (x *BridgeAccountInfoResponse) Reset()
func (*BridgeAccountInfoResponse) SetAsset ¶
func (x *BridgeAccountInfoResponse) SetAsset(v string)
func (*BridgeAccountInfoResponse) SetHeight ¶
func (x *BridgeAccountInfoResponse) SetHeight(v uint64)
func (*BridgeAccountInfoResponse) SetRollupId ¶
func (x *BridgeAccountInfoResponse) SetRollupId(v *v1.RollupId)
func (*BridgeAccountInfoResponse) SetSudoAddress ¶
func (x *BridgeAccountInfoResponse) SetSudoAddress(v *v1.Address)
func (*BridgeAccountInfoResponse) SetWithdrawerAddress ¶
func (x *BridgeAccountInfoResponse) SetWithdrawerAddress(v *v1.Address)
func (*BridgeAccountInfoResponse) String ¶
func (x *BridgeAccountInfoResponse) String() string
type BridgeAccountInfoResponse_builder ¶
type BridgeAccountInfoResponse_builder struct {
Height uint64
// if the account is not a bridge account, the following fields will be empty.
RollupId *v1.RollupId
Asset *string
SudoAddress *v1.Address
WithdrawerAddress *v1.Address
// contains filtered or unexported fields
}
func (BridgeAccountInfoResponse_builder) Build ¶
func (b0 BridgeAccountInfoResponse_builder) Build() *BridgeAccountInfoResponse
type BridgeAccountLastTxHashResponse ¶
type BridgeAccountLastTxHashResponse struct {
Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
TxHash []byte `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3,oneof" json:"tx_hash,omitempty"`
// contains filtered or unexported fields
}
A response to the `bridge/account_last_tx_hash` ABCI query containing the last tx hash given some bridge address, if it exists.
func (*BridgeAccountLastTxHashResponse) ClearTxHash ¶
func (x *BridgeAccountLastTxHashResponse) ClearTxHash()
func (*BridgeAccountLastTxHashResponse) GetHeight ¶
func (x *BridgeAccountLastTxHashResponse) GetHeight() uint64
func (*BridgeAccountLastTxHashResponse) GetTxHash ¶
func (x *BridgeAccountLastTxHashResponse) GetTxHash() []byte
func (*BridgeAccountLastTxHashResponse) HasTxHash ¶
func (x *BridgeAccountLastTxHashResponse) HasTxHash() bool
func (*BridgeAccountLastTxHashResponse) ProtoMessage ¶
func (*BridgeAccountLastTxHashResponse) ProtoMessage()
func (*BridgeAccountLastTxHashResponse) ProtoReflect ¶
func (x *BridgeAccountLastTxHashResponse) ProtoReflect() protoreflect.Message
func (*BridgeAccountLastTxHashResponse) Reset ¶
func (x *BridgeAccountLastTxHashResponse) Reset()
func (*BridgeAccountLastTxHashResponse) SetHeight ¶
func (x *BridgeAccountLastTxHashResponse) SetHeight(v uint64)
func (*BridgeAccountLastTxHashResponse) SetTxHash ¶
func (x *BridgeAccountLastTxHashResponse) SetTxHash(v []byte)
func (*BridgeAccountLastTxHashResponse) String ¶
func (x *BridgeAccountLastTxHashResponse) String() string
type BridgeAccountLastTxHashResponse_builder ¶
type BridgeAccountLastTxHashResponse_builder struct {
Height uint64
TxHash []byte
// contains filtered or unexported fields
}
func (BridgeAccountLastTxHashResponse_builder) Build ¶
func (b0 BridgeAccountLastTxHashResponse_builder) Build() *BridgeAccountLastTxHashResponse
Source Files
¶
- types.pb.go
Click to show internal directories.
Click to hide internal directories.