Versions in this module Expand all Collapse all v0 v0.1.1 Nov 21, 2024 Changes in this version type VaultTransaction + DestChain uint64 v0.1.0 Nov 16, 2024 Changes in this version + type Header struct + Height int + type TxHistory []*TxInfo + func (history TxHistory) Status() string + type TxInfo struct + Height int + TxHash string + type VaultTransaction struct + Amount uint64 + DestChainId uint64 + DestContractAddress string + DestRecipientAddress string + Height int + Key string + StakerAddress string + StakerPubkey string + Timestamp int64 + TxContent string + TxHash string + TxPosition int + func NewVaultTransactionFromInfo(info *VaultTxInfo) (*VaultTransaction, error) + func (tx *VaultTransaction) Marshal() ([]byte, error) + type VaultTxInfo struct + Amount uint64 + DestChainId []byte + DestContractAddress []byte + DestRecipientAddress []byte + Height int + Key string + StakerAddress string + StakerPubkey string + Timestamp int64 + TxContent string + TxHash string + TxPosition int