@cfxlabsinc/b2b-services
    Preparing search index...

    Manage Solana nonce pool.

    This is for the corresponding workflow or admins to invoke. In service operations, you should be using SolanaNonceService instead.

    Index

    Constructors

    Methods

    • Returns Promise<
          {
              nonceAccount: Address;
              transaction: Readonly<
                  { messageBytes: TransactionMessageBytes; signatures: SignaturesMap },
              > & TransactionWithLifetime;
          },
      >

      a signed Solana transaction that creates the nonce account on-chain. The transaction is signed by the new nonce keypair (locally generated, here) and by PAYER. The nonce account address is also returned for persistence.