Skip to content

$CreateWalletRequest

const $CreateWalletRequest: object

Type declaration

description

readonly description: “APIV1POSTWalletRequest is the request for `POST /v1/wallet`” = 'APIV1POSTWalletRequest is the request for POST /v1/wallet'

properties

readonly properties: object

properties.master_derivation_key

readonly properties.master_derivation_key: object

properties.master_derivation_key.$ref

readonly properties.master_derivation_key.$ref: "#/definitions/MasterDerivationKey" = '#/definitions/MasterDerivationKey'

properties.wallet_driver_name

readonly properties.wallet_driver_name: object

properties.wallet_driver_name.type

readonly properties.wallet_driver_name.type: "string" = 'string'

properties.wallet_driver_name.x-go-name

readonly properties.wallet_driver_name.x-go-name: "WalletDriverName" = 'WalletDriverName'

properties.wallet_name

readonly properties.wallet_name: object

properties.wallet_name.type

readonly properties.wallet_name.type: "string" = 'string'

properties.wallet_name.x-go-name

readonly properties.wallet_name.x-go-name: "WalletName" = 'WalletName'

properties.wallet_password

readonly properties.wallet_password: object

properties.wallet_password.type

readonly properties.wallet_password.type: "string" = 'string'

properties.wallet_password.x-go-name

readonly properties.wallet_password.x-go-name: "WalletPassword" = 'WalletPassword'

type

readonly type: "object" = 'object'

x-go-name

readonly x-go-name: "APIV1POSTWalletRequest" = 'APIV1POSTWalletRequest'

x-go-package

readonly x-go-package: "github.com/algorand/go-algorand/daemon/kmd/lib/kmdapi" = 'github.com/algorand/go-algorand/daemon/kmd/lib/kmdapi'

Defined in

schemas.gen.ts:505