@sentio/sdk
    Preparing search index...

    Interface TransferEventObject

    interface TransferEventObject {
        dst: string;
        src: string;
        wad: bigint;
    }
    Index

    Properties

    Properties

    dst: string
    src: string
    wad: bigint