Interface SafeBatchTransferFromCallObject

interface SafeBatchTransferFromCallObject {
    amounts: bigint[];
    data: string;
    from: string;
    ids: bigint[];
    to: string;
}

Properties

Properties

amounts: bigint[]
data: string
from: string
ids: bigint[]
to: string