Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitSystemContract ¶
func InitSystemContract(ctx context.Context, options InitSystemContractOptions) error
Types ¶
type InitSystemContractOptions ¶
type InitSystemContractOptions struct {
// PrivateKey is the private key of the account that will deploy the system contract. i.e., the TN wallet
PrivateKey string
// ProviderUrl we're using the gateway client to interact with the TN, so it should be the gateway URL
ProviderUrl string
SystemContractContent string
// RetryTimeout is the maximum time to wait for the TN to start
RetryTimeout time.Duration
}
Click to show internal directories.
Click to hide internal directories.