Skip to content

$APIV1POSTWalletInitResponse

const $APIV1POSTWalletInitResponse: object

Type declaration

description

readonly description: “APIV1POSTWalletInitResponse is the response to `POST /v1/wallet/init`\nfriendly:InitWalletHandleTokenResponse ”

properties

readonly properties: object

properties.error

readonly properties.error: object

properties.error.type

readonly properties.error.type: "boolean" = 'boolean'

properties.error.x-go-name

readonly properties.error.x-go-name: "Error" = 'Error'

properties.message

readonly properties.message: object

properties.message.type

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

properties.message.x-go-name

readonly properties.message.x-go-name: "Message" = 'Message'

properties.wallet_handle_token

readonly properties.wallet_handle_token: object

properties.wallet_handle_token.type

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

properties.wallet_handle_token.x-go-name

readonly properties.wallet_handle_token.x-go-name: "WalletHandleToken" = 'WalletHandleToken'

type

readonly type: "object" = 'object'

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