Interface EncryptedTransaction

interface EncryptedTransaction {
    blockNumber: number;
    encryptedHash: string;
    encryptedTransaction: string;
    hash: string;
    L2PS: PublicKey;
}

Properties

blockNumber: number
encryptedHash: string
encryptedTransaction: string
hash: string
L2PS: PublicKey