init_system_contract

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

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 TSN wallet
	PrivateKey string
	// ProviderUrl we're using the gateway client to interact with the TSN, so it should be the gateway URL
	ProviderUrl           string
	SystemContractContent string
	// RetryTimeout is the maximum time to wait for the TSN to start
	RetryTimeout time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL