Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SolanaVAASubmitter ¶
type SolanaVAASubmitter struct {
// contains filtered or unexported fields
}
func NewSolanaVAASubmitter ¶
type SolanaWatcher ¶
type SolanaWatcher struct {
// contains filtered or unexported fields
}
func NewSolanaWatcher ¶
func NewSolanaWatcher(wsUrl, rpcUrl string, bridgeAddress solana.PublicKey, lockEvents chan *common.ChainLock) *SolanaWatcher
type TransferOutProposal ¶
type TransferOutProposal struct { Amount *big.Int ToChainID vaa.ChainID SourceAddress vaa.Address ForeignAddress vaa.Address Asset vaa.AssetMeta Nonce uint32 VAA [1001]byte VaaTime time.Time LockupTime time.Time PokeCounter uint8 SignatureAccount solana.PublicKey }
func ParseTransferOutProposal ¶
func ParseTransferOutProposal(data []byte) (*TransferOutProposal, error)
Click to show internal directories.
Click to hide internal directories.