@sentio/sdk
    Preparing search index...

    Interface TransferEventObject

    interface TransferEventObject {
        from: string;
        to: string;
        value: bigint;
    }
    Index

    Properties

    Properties

    from: string
    to: string
    value: bigint