public static class FeeBumpTransaction.FeeBumpTransactionBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
FeeBumpTransaction |
build() |
FeeBumpTransaction.FeeBumpTransactionBuilder |
ext(FeeBumpTransaction.FeeBumpTransactionExt ext) |
FeeBumpTransaction.FeeBumpTransactionBuilder |
fee(Int64 fee) |
FeeBumpTransaction.FeeBumpTransactionBuilder |
feeSource(MuxedAccount feeSource) |
FeeBumpTransaction.FeeBumpTransactionBuilder |
innerTx(FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx) |
java.lang.String |
toString() |
public FeeBumpTransaction.FeeBumpTransactionBuilder feeSource(MuxedAccount feeSource)
this
.public FeeBumpTransaction.FeeBumpTransactionBuilder fee(Int64 fee)
this
.public FeeBumpTransaction.FeeBumpTransactionBuilder innerTx(FeeBumpTransaction.FeeBumpTransactionInnerTx innerTx)
this
.public FeeBumpTransaction.FeeBumpTransactionBuilder ext(FeeBumpTransaction.FeeBumpTransactionExt ext)
this
.public FeeBumpTransaction build()
public java.lang.String toString()
toString
in class java.lang.Object