Type alias BurnAndWithdrawArgs
BurnAndWithdrawArgs: {
vaultId: bigint;
collections: Address[];
tokenIds: bigint[];
tokens?: Address[];
erc1155Collections?: Address[];
erc1155TokenIds?: bigint[];
}
Type declaration
-
vaultId: bigint
-
collections: Address[]
-
tokenIds: bigint[]
-
Optional
tokens?: Address[]
-
Optional
erc1155Collections?: Address[]
-
Optional
erc1155TokenIds?: bigint[]