@sentio/sdk
    Preparing search index...

    Interface ApprovalEventObject

    interface ApprovalEventObject {
        owner: string;
        spender: string;
        value: bigint;
    }
    Index

    Properties

    Properties

    owner: string
    spender: string
    value: bigint