Interface I_CREATE_STATIC_WALLET_RESPONSE

Hierarchy

  • I_CREATE_STATIC_WALLET_RESPONSE

Properties

Properties

result: {
    address: string;
    currency: string;
    network: string;
    url: string;
    uuid: string;
    wallet_uuid: string;
}

Type declaration

  • address: string
  • currency: string
  • network: string
  • url: string
  • uuid: string
  • wallet_uuid: string
state: number

Generated using TypeDoc