filecoin-pin
    Preparing search index...

    Interface PaymentStatus

    Complete payment status including balances and approvals

    interface PaymentStatus {
        address: string;
        currentAllowances: ServiceApprovalStatus;
        filBalance: bigint;
        filecoinPayBalance: bigint;
        network: string;
        walletUsdfcBalance: bigint;
    }
    Index

    Properties

    address: string
    currentAllowances: ServiceApprovalStatus
    filBalance: bigint
    filecoinPayBalance: bigint

    USDFC balance currently deposited into Filecoin Pay (WarmStorage contract)

    network: string
    walletUsdfcBalance: bigint

    USDFC tokens sitting in the owner wallet (not yet deposited)