• Lookup the nonce for an address from an API or core node

    Parameters

    • address: string

      The Stacks (c32check) address to look up

    • Optional network: "mainnet" | "testnet" | "devnet" | "mocknet" | StacksNetwork

      The Stacks network to look up the address on

    Returns Promise<bigint>

    a promise that resolves to a bigint

Generated using TypeDoc