Protos$TransactionOutput$Builder.onChanged
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.bitcoinj.wallet.Protos$TransactionOutput$Builder.onChanged (Showing top 20 results out of 315)

  • Common ways to obtain Protos$TransactionOutput$Builder
private void myMethod () {
Protos$TransactionOutput$Builder p =
  • new Builder()
  • GeneratedMessage.BuilderParent generatedMessageBuilderParent;new Builder(generatedMessageBuilderParent)
  • Protos.Transaction$Builder protosTransaction$Builder;protosTransaction$Builder.getTransactionOutputFieldBuilder().getBuilder(index)
  • Smart code suggestions by Codota
}
origin: com.google/bitcoinj

/**
 * <code>required int64 value = 1;</code>
 */
public Builder setValue(long value) {
 bitField0_ |= 0x00000001;
 value_ = value;
 onChanged();
 return this;
}
/**
origin: cash.bitcoinj/bitcoinj-core

/**
 * <code>required int64 value = 1;</code>
 */
public Builder clearValue() {
 bitField0_ = (bitField0_ & ~0x00000001);
 value_ = 0L;
 onChanged();
 return this;
}
origin: HashEngineering/dashj

/**
 * <code>required int64 value = 1;</code>
 */
public Builder setValue(long value) {
 bitField0_ |= 0x00000001;
 value_ = value;
 onChanged();
 return this;
}
/**
origin: greenaddress/GreenBits

/**
 * <code>required bytes script_bytes = 2;</code>
 *
 * <pre>
 * script of transaction output
 * </pre>
 */
public Builder clearScriptBytes() {
 bitField0_ = (bitField0_ & ~0x00000002);
 scriptBytes_ = getDefaultInstance().getScriptBytes();
 onChanged();
 return this;
}
origin: greenaddress/GreenBits

/**
 * <code>required int64 value = 1;</code>
 */
public Builder clearValue() {
 bitField0_ = (bitField0_ & ~0x00000001);
 value_ = 0L;
 onChanged();
 return this;
}
origin: com.google/bitcoinj

/**
 * <code>required int64 value = 1;</code>
 */
public Builder clearValue() {
 bitField0_ = (bitField0_ & ~0x00000001);
 value_ = 0L;
 onChanged();
 return this;
}
origin: com.google/bitcoinj

/**
 * <code>optional int32 spent_by_transaction_index = 4;</code>
 *
 * <pre>
 * If spent, the index of the transaction input of the transaction doing the spend.
 * </pre>
 */
public Builder clearSpentByTransactionIndex() {
 bitField0_ = (bitField0_ & ~0x00000008);
 spentByTransactionIndex_ = 0;
 onChanged();
 return this;
}
origin: com.google/bitcoinj

/**
 * <code>optional bytes spent_by_transaction_hash = 3;</code>
 *
 * <pre>
 * If spent, the hash of the transaction doing the spend.
 * </pre>
 */
public Builder clearSpentByTransactionHash() {
 bitField0_ = (bitField0_ & ~0x00000004);
 spentByTransactionHash_ = getDefaultInstance().getSpentByTransactionHash();
 onChanged();
 return this;
}
origin: cash.bitcoinj/bitcoinj-core

/**
 * <code>optional int32 spent_by_transaction_index = 4;</code>
 *
 * <pre>
 * If spent, the index of the transaction input of the transaction doing the spend.
 * </pre>
 */
public Builder clearSpentByTransactionIndex() {
 bitField0_ = (bitField0_ & ~0x00000008);
 spentByTransactionIndex_ = 0;
 onChanged();
 return this;
}
origin: cash.bitcoinj/bitcoinj-core

/**
 * <code>required bytes script_bytes = 2;</code>
 *
 * <pre>
 * script of transaction output
 * </pre>
 */
public Builder clearScriptBytes() {
 bitField0_ = (bitField0_ & ~0x00000002);
 scriptBytes_ = getDefaultInstance().getScriptBytes();
 onChanged();
 return this;
}
origin: fr.acinq/bitcoinj-core

/**
 * <code>optional int32 spent_by_transaction_index = 4;</code>
 *
 * <pre>
 * If spent, the index of the transaction input of the transaction doing the spend.
 * </pre>
 */
public Builder clearSpentByTransactionIndex() {
 bitField0_ = (bitField0_ & ~0x00000008);
 spentByTransactionIndex_ = 0;
 onChanged();
 return this;
}
origin: fr.acinq/bitcoinj-core

/**
 * <code>required int64 value = 1;</code>
 */
public Builder setValue(long value) {
 bitField0_ |= 0x00000001;
 value_ = value;
 onChanged();
 return this;
}
/**
origin: cash.bitcoinj/bitcoinj-core

/**
 * <code>optional bytes spent_by_transaction_hash = 3;</code>
 *
 * <pre>
 * If spent, the hash of the transaction doing the spend.
 * </pre>
 */
public Builder clearSpentByTransactionHash() {
 bitField0_ = (bitField0_ & ~0x00000004);
 spentByTransactionHash_ = getDefaultInstance().getSpentByTransactionHash();
 onChanged();
 return this;
}
origin: fr.acinq/bitcoinj-core

/**
 * <code>required int64 value = 1;</code>
 */
public Builder clearValue() {
 bitField0_ = (bitField0_ & ~0x00000001);
 value_ = 0L;
 onChanged();
 return this;
}
origin: com.google/bitcoinj

/**
 * <code>required bytes script_bytes = 2;</code>
 *
 * <pre>
 * script of transaction output
 * </pre>
 */
public Builder clearScriptBytes() {
 bitField0_ = (bitField0_ & ~0x00000002);
 scriptBytes_ = getDefaultInstance().getScriptBytes();
 onChanged();
 return this;
}
origin: HashEngineering/dashj

/**
 * <code>required int64 value = 1;</code>
 */
public Builder clearValue() {
 bitField0_ = (bitField0_ & ~0x00000001);
 value_ = 0L;
 onChanged();
 return this;
}
origin: fr.acinq/bitcoinj-core

/**
 * <code>required bytes script_bytes = 2;</code>
 *
 * <pre>
 * script of transaction output
 * </pre>
 */
public Builder clearScriptBytes() {
 bitField0_ = (bitField0_ & ~0x00000002);
 scriptBytes_ = getDefaultInstance().getScriptBytes();
 onChanged();
 return this;
}
origin: cash.bitcoinj/bitcoinj-core

/**
 * <code>required int64 value = 1;</code>
 */
public Builder setValue(long value) {
 bitField0_ |= 0x00000001;
 value_ = value;
 onChanged();
 return this;
}
/**
origin: fr.acinq/bitcoinj-core

/**
 * <code>optional bytes spent_by_transaction_hash = 3;</code>
 *
 * <pre>
 * If spent, the hash of the transaction doing the spend.
 * </pre>
 */
public Builder clearSpentByTransactionHash() {
 bitField0_ = (bitField0_ & ~0x00000004);
 spentByTransactionHash_ = getDefaultInstance().getSpentByTransactionHash();
 onChanged();
 return this;
}
origin: greenaddress/GreenBits

/**
 * <code>required int64 value = 1;</code>
 */
public Builder setValue(long value) {
 bitField0_ |= 0x00000001;
 value_ = value;
 onChanged();
 return this;
}
/**
org.bitcoinj.walletProtos$TransactionOutput$BuilderonChanged

Popular methods of Protos$TransactionOutput$Builder

  • setSpentByTransactionHash
    optional bytes spent_by_transaction_hash = 3; If spent, the hash of the transaction doing the spend
  • <init>
  • build
  • buildPartial
  • create
  • hasScriptBytes
    required bytes script_bytes = 2; script of transaction output
  • hasValue
    required int64 value = 1;
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • newUninitializedMessageException,
  • onBuilt,
  • setScriptBytes,
  • setSpentByTransactionIndex,
  • setValue,
  • getSpentByTransactionHash,
  • hasSpentByTransactionHash

Popular in Java

  • Reactive rest calls using spring rest template
  • getSharedPreferences (Context)
  • getExternalFilesDir (Context)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Reference (javax.naming)
  • Table (org.hibernate.mapping)
    A relational table
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)