$APIV1GETWalletsResponse
const$APIV1GETWalletsResponse:object
Type declaration
description
readonlydescription: “APIV1GETWalletsResponse is the response to `GET /v1/wallets`\nfriendly:ListWalletsResponse ”
properties
readonlyproperties:object
properties.error
readonlyproperties.error:object
properties.error.type
readonlyproperties.error.type:"boolean"='boolean'
properties.error.x-go-name
readonlyproperties.error.x-go-name:"Error"='Error'
properties.message
readonlyproperties.message:object
properties.message.type
readonlyproperties.message.type:"string"='string'
properties.message.x-go-name
readonlyproperties.message.x-go-name:"Message"='Message'
properties.wallets
readonlyproperties.wallets:object
properties.wallets.items
readonlyproperties.wallets.items:object
properties.wallets.items.$ref
readonlyproperties.wallets.items.$ref:"#/definitions/APIV1Wallet"='#/definitions/APIV1Wallet'
properties.wallets.type
readonlyproperties.wallets.type:"array"='array'
properties.wallets.x-go-name
readonlyproperties.wallets.x-go-name:"Wallets"='Wallets'
type
readonlytype:"object"='object'
x-go-package
readonlyx-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