C# Class BitcoinNET.RPCClient.GetRawTransactionResponse.Output.ScriptPubKey

Show file Open project: mb300sd/Bitcoin.NET

Public Properties

Property Type Description
addresses string[]
asm string
hex string
reqSigs int
type string

Property Details

addresses public property

public string[] addresses
return string[]

asm public property

public string asm
return string

hex public property

public string hex
return string

reqSigs public property

public int reqSigs
return int

type public property

public string type
return string