Package org.stellar.sdk.xdr
Class FeeBumpTransaction.FeeBumpTransactionExt
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransaction.FeeBumpTransactionExt
- Enclosing class:
FeeBumpTransaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, FeeBumpTransaction.FeeBumpTransactionExt encodedFeeBumpTransactionExt) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer value) byte[]
-
Constructor Details
-
FeeBumpTransactionExt
public FeeBumpTransactionExt()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, FeeBumpTransaction.FeeBumpTransactionExt encodedFeeBumpTransactionExt) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static FeeBumpTransaction.FeeBumpTransactionExt decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
public static FeeBumpTransaction.FeeBumpTransactionExt fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-