bridgev1

package
v1.36.10-2025092917421... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 5 Imported by: 0

Documentation

Index

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 (*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

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 (*BridgeAccountLastTxHashResponse) Reset

func (*BridgeAccountLastTxHashResponse) SetHeight

func (x *BridgeAccountLastTxHashResponse) SetHeight(v uint64)

func (*BridgeAccountLastTxHashResponse) SetTxHash

func (x *BridgeAccountLastTxHashResponse) SetTxHash(v []byte)

func (*BridgeAccountLastTxHashResponse) String

type BridgeAccountLastTxHashResponse_builder

type BridgeAccountLastTxHashResponse_builder struct {
	Height uint64
	TxHash []byte
	// contains filtered or unexported fields
}

func (BridgeAccountLastTxHashResponse_builder) Build

Source Files

  • types.pb.go

Jump to

Keyboard shortcuts

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