Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenesisArgs ¶
type GenesisArgs struct { // Connection holds the SSH connection details needed to access the genesis ledger. Connection ssh.Connection `pulumi:"connection"` }
GenesisArgs represents the arguments required to configure a genesis ledger.
type KeyPairArgs ¶
type KeyPairArgs struct{}
type KeyPairState ¶
type KeyPairState struct { KeyPairArgs PublicKey string `pulumi:"publicKey"` PrivateKey []int `pulumi:"privateKey" provider:"secret"` Json string `pulumi:"json" provider:"secret"` }
type ValidatorArgs ¶
type ValidatorArgs struct { // Connection holds the SSH connection details needed to access the validator. Connection ssh.Connection `pulumi:"connection"` // KeyPairs contains the key pairs used by the validator, marked as secret. KeyPairs module.KeyPairs `pulumi:"keyPairs" provider:"secret"` }
ValidatorArgs represents the arguments required to configure a validator.
Click to show internal directories.
Click to hide internal directories.