Interface WalletExportFormat

Hierarchy

  • WalletExportFormat

Properties

Properties

environment: string
type: string
v: number
value: {
    accountKeys: AccountKeys;
    address: string;
    credentials: Record<number, string>;
}

Type declaration

  • accountKeys: AccountKeys
  • address: string
  • credentials: Record<number, string>

Generated using TypeDoc