Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
ChainMetadata
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.
type ChainMetadata ¶ added in v0.5.1
type ChainMetadata = common.ChainMetadata
Click to show internal directories.
Click to hide internal directories.