Skip to main content

OmniaWitnessOptions

@totemsdk/omnia


@totemsdk/omnia / OmniaWitnessOptions

Interface: OmniaWitnessOptions

Extends

Properties

coinProofs

coinProofs: Uint8Array<ArrayBufferLike>[]

Serialized Minima CoinProof bytes, one per spending input.

Inherited from

OmniaWitnessProofs.coinProofs


scriptProofs

scriptProofs: Uint8Array<ArrayBufferLike>[]

Serialized Minima ScriptProof bytes required by the input scripts.

Inherited from

OmniaWitnessProofs.scriptProofs


signatures

signatures: Uint8Array<ArrayBufferLike>[]

Serialized Minima Signature objects. Must match the transaction digest being broadcast.