Type alias DepositERC1155sArgs

DepositERC1155sArgs: {
    vaultId: bigint;
    collection: Address;
    tokenIds: bigint[];
    amounts: bigint[];
}

Type declaration

  • vaultId: bigint
  • collection: Address
  • tokenIds: bigint[]
  • amounts: bigint[]