Function configTransactionExecute

  • Execute a config transaction.

    Parameters

    • __namedParameters: {
          connection: Connection;
          feePayer: Signer;
          member: Signer;
          multisigPda: PublicKey;
          programId?: PublicKey;
          rentPayer: Signer;
          sendOptions?: SendOptions;
          signers?: Signer[];
          spendingLimits?: PublicKey[];
          transactionIndex: bigint;
      }
      • connection: Connection
      • feePayer: Signer
      • member: Signer
      • multisigPda: PublicKey
      • Optional programId?: PublicKey
      • rentPayer: Signer
      • Optional sendOptions?: SendOptions
      • Optional signers?: Signer[]
      • Optional spendingLimits?: PublicKey[]

        In case the transaction adds or removes SpendingLimits, pass the array of their Pubkeys here.

      • transactionIndex: bigint

    Returns Promise<TransactionSignature>

Generated using TypeDoc