OperationContext: {
    accounts: web3.PublicKey[];
    feePayer?: Signer;
    signers: KeypairLike[];
    tx: web3.Transaction;
}

Represents the context for an operation.

Type declaration

  • accounts: web3.PublicKey[]
  • Optional feePayer?: Signer
  • signers: KeypairLike[]
  • tx: web3.Transaction

Generated using TypeDoc