public static interface Protos.UpdatePaymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getClientChangeValue()
required uint64 client_change_value = 1; |
com.google.protobuf.ByteString |
getInfo()
optional bytes info = 3; |
com.google.protobuf.ByteString |
getSignature()
required bytes signature = 2; |
boolean |
hasClientChangeValue()
required uint64 client_change_value = 1; |
boolean |
hasInfo()
optional bytes info = 3; |
boolean |
hasSignature()
required bytes signature = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasClientChangeValue()
required uint64 client_change_value = 1;
The value which is sent back to the primary. The rest of the multisig output is left for the secondary to do with as they wish.
long getClientChangeValue()
required uint64 client_change_value = 1;
The value which is sent back to the primary. The rest of the multisig output is left for the secondary to do with as they wish.
boolean hasSignature()
required bytes signature = 2;
A SIGHASH_SINGLE|SIGHASH_ANYONECANPAY signature (including the postfix type byte) which spends the primary's part of the multisig contract's output. This signature only covers the primary's refund output and thus the secondary is free to do what they wish with their part of the multisig output.
com.google.protobuf.ByteString getSignature()
required bytes signature = 2;
A SIGHASH_SINGLE|SIGHASH_ANYONECANPAY signature (including the postfix type byte) which spends the primary's part of the multisig contract's output. This signature only covers the primary's refund output and thus the secondary is free to do what they wish with their part of the multisig output.
boolean hasInfo()
optional bytes info = 3;
Information about this update. Used to extend this protocol.
com.google.protobuf.ByteString getInfo()
optional bytes info = 3;
Information about this update. Used to extend this protocol.
Copyright © 2016. All rights reserved.