Interface defining the structure of a transaction output.

interface ITransactionOutput {
    scriptPublicKey: IScriptPublicKey;
    value: bigint;
    verboseData?: ITransactionOutputVerboseData;
}

Properties

scriptPublicKey: IScriptPublicKey
value: bigint

Optional verbose data provided by RPC