@sentio/sdk
    Preparing search index...

    Interface TransferFromCallObject

    interface TransferFromCallObject {
        from: string;
        to: string;
        tokenId: bigint;
    }
    Index

    Properties

    Properties

    from: string
    to: string
    tokenId: bigint