Interface ITransactionOutputVerboseData

TransactionOutput verbose data.

interface ITransactionOutputVerboseData {
    scriptPublicKeyAddress: string;
    scriptPublicKeyType: string;
}

Properties

scriptPublicKeyAddress: string
scriptPublicKeyType: string

Generated using TypeDoc