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 *suiclient.ClientImpl
// TODO: sui-go currently does not have a working Signer interface, so we
// have the raw private key for now.
DeployerKey ed25519.PrivateKey
URL string
Confirm func(txHash string, opts ...any) error
}
Chain represents an Sui chain.
func (Chain) ChainSelector ¶
ChainSelector returns the chain selector of the chain
Click to show internal directories.
Click to hide internal directories.