Skip to main content

@triveria/wallet / Exports / Wallet

Interface: Wallet

Wallet details

Table of contents

Properties

Properties

capabilities

Optional capabilities: WalletCapability[]

This property defines the capabilities which the wallet has. It may be any of "holder", "issuer" and "verifier".

Defined in

api.ts:1029


config

config: WalletConfig

Defined in

api.ts:1030


metadata

Optional metadata: Object

Custom key value pairs associated with the wallet. The key must not exceed 64 characters and the value must not exceed 256 characters.

Index signature

▪ [key: string]: any

Defined in

api.ts:1034


name

name: string

Defined in

api.ts:1025


walletId

Optional walletId: string

Defined in

api.ts:1024