Skip to content

$RenameWalletRequest

const $RenameWalletRequest: object

Type declaration

description

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

properties

readonly properties: object

properties.wallet_id

readonly properties.wallet_id: object

properties.wallet_id.type

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

properties.wallet_id.x-go-name

readonly properties.wallet_id.x-go-name: "WalletID" = 'WalletID'

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: "NewWalletName" = 'NewWalletName'

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: "APIV1POSTWalletRenameRequest" = 'APIV1POSTWalletRenameRequest'

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:819