Documentation ¶
Index ¶
- func CopyWalletFileToVolume(ctx context.Context, walletFilePath, volumeName string) error
- func CreateWalletFile(outputDirectory, prefix, password string) (*secp256k1.KeyPair, string, error)
- func ExtractContracts(ctx context.Context, containerName, sourceDir, destinationDir string) error
- func GenerateAddressAndPrivateKey() (address string, privateKey string)
- func ReadContractJSON(filePath string) (*ethtypes.CompiledContracts, error)
- func ReadFireFlyContract(ctx context.Context, s *types.Stack) (*ethtypes.CompiledContract, error)
- func ReadSolcCompiledContract(filePath string) (*ethtypes.CompiledContracts, error)
- func ReadTruffleCompiledContract(filePath string) (*ethtypes.CompiledContracts, error)
- type Account
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyWalletFileToVolume ¶ added in v1.1.0
func CreateWalletFile ¶ added in v1.1.0
func ExtractContracts ¶
func GenerateAddressAndPrivateKey ¶ added in v0.0.47
func ReadContractJSON ¶ added in v1.0.0
func ReadContractJSON(filePath string) (*ethtypes.CompiledContracts, error)
func ReadFireFlyContract ¶ added in v1.1.0
func ReadSolcCompiledContract ¶ added in v1.0.0
func ReadSolcCompiledContract(filePath string) (*ethtypes.CompiledContracts, error)
func ReadTruffleCompiledContract ¶ added in v0.0.47
func ReadTruffleCompiledContract(filePath string) (*ethtypes.CompiledContracts, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.