xrpl
    Preparing search index...

    Interface ConfidentialKeypair

    An ElGamal keypair used to encrypt to, and decrypt from, a confidential MPT balance: a 32-byte hex private key and the matching 33-byte hex public key.

    interface ConfidentialKeypair {
        privateKey: string;
        publicKey: string;
    }
    Index

    Properties

    privateKey: string
    publicKey: string