bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iApprovalIdentifierDetails<T>

    interface iApprovalIdentifierDetails<T extends NumberType> {
        approvalId: string;
        approvalLevel: string;
        approverAddress: string;
        version: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    approvalId: string

    The approval ID of the approval.

    approvalLevel: string

    The approval level of the approval "collection", "incoming", or "outgoing".

    approverAddress: string

    The address of the approval to check. If approvalLevel is "collection", this is blank "".

    version: T

    The version of the approval.