Type alias CreateVaultCurrencies

CreateVaultCurrencies: {
    address: Address;
    amount: bigint;
}[]

Type declaration

  • address: Address
  • amount: bigint