Interface InscriptionResult

Inscription result

interface InscriptionResult {
    dbAccountRoot: PublicKey;
    dbAccountStore: PublicKey;
    merkleEvents: string;
    merkleLeaf: MerkleLeaf;
    merkleProof: string[];
    merkleRoot: string;
    signatureRoot: string;
    zeroChunkSign: string;
}

Properties

dbAccountRoot: PublicKey

Root PDA where proof was stored

dbAccountStore: PublicKey

DB PDA where data was stored

merkleEvents: string

Compressed events

merkleLeaf: MerkleLeaf

Merkle leaf

merkleProof: string[]

Merkle proof

merkleRoot: string

Merkle root

signatureRoot: string

Root transaction signature

zeroChunkSign: string

Zero chunk signature (last data chunk)