Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
	Selector uint64
	Client         aptoslib.AptosRpcClient
	DeployerSigner aptoslib.TransactionSigner
	URL            string
	Confirm func(txHash string, opts ...any) error
}
    Chain represents an Aptos chain.
func (Chain) ChainSelector ¶
ChainSelector returns the chain selector of the chain
 Click to show internal directories. 
   Click to hide internal directories.