Skip to content

$APIV1GETWalletsResponse

const $APIV1GETWalletsResponse: object

Type declaration

description

readonly description: “APIV1GETWalletsResponse is the response to `GET /v1/wallets`\nfriendly:ListWalletsResponse ”

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.wallets

readonly properties.wallets: object

properties.wallets.items

readonly properties.wallets.items: object

properties.wallets.items.$ref

readonly properties.wallets.items.$ref: "#/definitions/APIV1Wallet" = '#/definitions/APIV1Wallet'

properties.wallets.type

readonly properties.wallets.type: "array" = 'array'

properties.wallets.x-go-name

readonly properties.wallets.x-go-name: "Wallets" = 'Wallets'

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