@sentio/sdk
    Preparing search index...

    Interface SafeTransferFromCallObject

    interface SafeTransferFromCallObject {
        amount: bigint;
        data: string;
        from: string;
        id: bigint;
        to: string;
    }
    Index

    Properties

    Properties

    amount: bigint
    data: string
    from: string
    id: bigint
    to: string