public static interface Protos.UpdatePaymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getClientChangeValue()
The value which is sent back to the primary.
|
com.google.protobuf.ByteString |
getInfo()
Information about this update.
|
com.google.protobuf.ByteString |
getSignature()
A SIGHASH_SINGLE|SIGHASH_ANYONECANPAY signature (including the postfix type byte) which
spends the primary's part of the multisig contract's output.
|
boolean |
hasClientChangeValue()
The value which is sent back to the primary.
|
boolean |
hasInfo()
Information about this update.
|
boolean |
hasSignature()
A SIGHASH_SINGLE|SIGHASH_ANYONECANPAY signature (including the postfix type byte) which
spends the primary's part of the multisig contract's output.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasClientChangeValue()
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.
required uint64 client_change_value = 1;
long getClientChangeValue()
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.
required uint64 client_change_value = 1;
boolean hasSignature()
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.
required bytes signature = 2;
com.google.protobuf.ByteString getSignature()
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.
required bytes signature = 2;
boolean hasInfo()
Information about this update. Used to extend this protocol.
optional bytes info = 3;
com.google.protobuf.ByteString getInfo()
Information about this update. Used to extend this protocol.
optional bytes info = 3;