@sentio/sdk
    Preparing search index...

    Interface SafeBatchTransferFromCallObject

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

    Properties

    Properties

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