Type alias VAnchorProof

VAnchorProof: {
    extDataHash: Uint8Array;
    inputUtxos: Utxo[];
    outputUtxos: Utxo[];
    proof: string;
    publicAmount: Uint8Array;
    publicInputs: string[];
}

Proving Manager proof output for the VAnchor

Param

The input UTXOs for the transaction

Param

The output UTXOs for the transaction

Param

The proof for the transaction

Param

Array of public inputs for the proof

Param

The public amount for the transaction

Param

The hash of all external data parameters for the transaction

Type declaration

  • Readonly extDataHash: Uint8Array
  • Readonly inputUtxos: Utxo[]
  • Readonly outputUtxos: Utxo[]
  • Readonly proof: string
  • Readonly publicAmount: Uint8Array
  • Readonly publicInputs: string[]

Generated using TypeDoc