public static class Transaction.Template.WitnessComponent extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Transaction.Template.KeyID[] |
keys
The list of keys to sign with (null unless type is "signature").
|
int |
quorum
The number of signatures required for an input (null unless type is
"signature").
|
String[] |
signatures
The list of signatures made with the specified keys (null unless type is
"signature").
|
String |
type
The type of witness component.
|
String |
value
Data to be included in the input witness (null unless type is "data").
|
| 构造器和说明 |
|---|
WitnessComponent() |
public String type
public String value
public int quorum
public Transaction.Template.KeyID[] keys
public String[] signatures
Copyright © 2018. All rights reserved.