RotateSupplyElgamalPubkeyInstructionArgs: {
    newSupplyElgamalPubkey: PublicKey<string>;
    proofInstructionOffset: number;
}

Type declaration

  • newSupplyElgamalPubkey: PublicKey<string>

    The new ElGamal pubkey for supply encryption.

  • proofInstructionOffset: number

    The location of the ProofInstruction::VerifyCiphertextCiphertextEquality instruction relative to the RotateSupplyElGamalPubkey instruction in the transaction. If the offset is 0, then use a context state account for the proof.

Generated using TypeDoc