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