public static interface KeepKeyType.MultisigRedeemScriptTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getM()
"m" from n, how many valid signatures is necessary for spending
|
KeepKeyType.HDNodePathType |
getPubkeys(int index)
pubkeys from multisig address (sorted lexicographically)
|
int |
getPubkeysCount()
pubkeys from multisig address (sorted lexicographically)
|
List<KeepKeyType.HDNodePathType> |
getPubkeysList()
pubkeys from multisig address (sorted lexicographically)
|
KeepKeyType.HDNodePathTypeOrBuilder |
getPubkeysOrBuilder(int index)
pubkeys from multisig address (sorted lexicographically)
|
List<? extends KeepKeyType.HDNodePathTypeOrBuilder> |
getPubkeysOrBuilderList()
pubkeys from multisig address (sorted lexicographically)
|
com.google.protobuf.ByteString |
getSignatures(int index)
existing signatures for partially signed input
|
int |
getSignaturesCount()
existing signatures for partially signed input
|
List<com.google.protobuf.ByteString> |
getSignaturesList()
existing signatures for partially signed input
|
boolean |
hasM()
"m" from n, how many valid signatures is necessary for spending
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<KeepKeyType.HDNodePathType> getPubkeysList()
pubkeys from multisig address (sorted lexicographically)
repeated .HDNodePathType pubkeys = 1;KeepKeyType.HDNodePathType getPubkeys(int index)
pubkeys from multisig address (sorted lexicographically)
repeated .HDNodePathType pubkeys = 1;int getPubkeysCount()
pubkeys from multisig address (sorted lexicographically)
repeated .HDNodePathType pubkeys = 1;List<? extends KeepKeyType.HDNodePathTypeOrBuilder> getPubkeysOrBuilderList()
pubkeys from multisig address (sorted lexicographically)
repeated .HDNodePathType pubkeys = 1;KeepKeyType.HDNodePathTypeOrBuilder getPubkeysOrBuilder(int index)
pubkeys from multisig address (sorted lexicographically)
repeated .HDNodePathType pubkeys = 1;List<com.google.protobuf.ByteString> getSignaturesList()
existing signatures for partially signed input
repeated bytes signatures = 2;int getSignaturesCount()
existing signatures for partially signed input
repeated bytes signatures = 2;com.google.protobuf.ByteString getSignatures(int index)
existing signatures for partially signed input
repeated bytes signatures = 2;boolean hasM()
"m" from n, how many valid signatures is necessary for spending
optional uint32 m = 3;int getM()
"m" from n, how many valid signatures is necessary for spending
optional uint32 m = 3;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.