Vana SDK - v4.1.0
    Preparing search index...

    Type Alias PaymentNonceSource

    PaymentNonceSource: (payerAddress: string) => Promise<bigint> | bigint

    Supplies a monotonically-increasing payment nonce per payer.

    Type Declaration

      • (payerAddress: string): Promise<bigint> | bigint
      • Parameters

        • payerAddress: string

        Returns Promise<bigint> | bigint