Function partialSignTransactionWithPrivateKeys

  • This function accepts the encodedTransaction received in the response of the API call and takes an array of private keys, which can contain all the private keys required to partially sign the transaction. Could be useful when a transaction has required multiple signature to further proceed.

    Returns

    Raw transaction

    Parameters

    • encodedTransaction: string

      serialized transaction (base64 string)

    • privateKeys: string[]

      private keys of wallet (array of string)

    Returns Promise<Transaction | VersionedTransaction>

Generated using TypeDoc