Interface ISerializableTransactionOutput

Interface defines the structure of a serializable transaction output.

interface ISerializableTransactionOutput {
    scriptPublicKey: IScriptPublicKey;
    value: bigint;
}

Properties

scriptPublicKey: IScriptPublicKey
value: bigint

Generated using TypeDoc