Package org.stellar.sdk.xdr
Class SCVal.SCValBuilder
java.lang.Object
org.stellar.sdk.xdr.SCVal.SCValBuilder
- Enclosing class:
SCVal
-
Method Summary
Modifier and TypeMethodDescriptionValue of theaddressfield.Value of thebfield.build()Value of thebytesfield.discriminant(SCValType discriminant) Value of thediscriminantfield.Value of thedurationfield.Value of theerrorfield.executable_tag(SCString executable_tag) Value of theexecutable_tagfield.i128(Int128Parts i128) Value of thei128field.i256(Int256Parts i256) Value of thei256field.Value of thei32field.Value of thei64field.instance(SCContractInstance instance) Value of theinstancefield.Value of themapfield.nonce_key(SCNonceKey nonce_key) Value of thenonce_keyfield.Value of thestrfield.Value of thesymfield.Value of thetimepointfield.toString()u128(UInt128Parts u128) Value of theu128field.u256(UInt256Parts u256) Value of theu256field.Value of theu32field.Value of theu64field.Value of thevecfield.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
b
Value of thebfield.- Parameters:
b- thebfield value- Returns:
this.
-
error
Value of theerrorfield.- Parameters:
error- theerrorfield value- Returns:
this.
-
u32
Value of theu32field.- Parameters:
u32- theu32field value- Returns:
this.
-
i32
Value of thei32field.- Parameters:
i32- thei32field value- Returns:
this.
-
u64
Value of theu64field.- Parameters:
u64- theu64field value- Returns:
this.
-
i64
Value of thei64field.- Parameters:
i64- thei64field value- Returns:
this.
-
timepoint
Value of thetimepointfield.- Parameters:
timepoint- thetimepointfield value- Returns:
this.
-
duration
Value of thedurationfield.- Parameters:
duration- thedurationfield value- Returns:
this.
-
u128
Value of theu128field.- Parameters:
u128- theu128field value- Returns:
this.
-
i128
Value of thei128field.- Parameters:
i128- thei128field value- Returns:
this.
-
u256
Value of theu256field.- Parameters:
u256- theu256field value- Returns:
this.
-
i256
Value of thei256field.- Parameters:
i256- thei256field value- Returns:
this.
-
bytes
Value of thebytesfield.- Parameters:
bytes- thebytesfield value- Returns:
this.
-
str
Value of thestrfield.- Parameters:
str- thestrfield value- Returns:
this.
-
sym
Value of thesymfield.- Parameters:
sym- thesymfield value- Returns:
this.
-
vec
Value of thevecfield.- Parameters:
vec- thevecfield value- Returns:
this.
-
map
Value of themapfield.- Parameters:
map- themapfield value- Returns:
this.
-
address
Value of theaddressfield.- Parameters:
address- theaddressfield value- Returns:
this.
-
instance
Value of theinstancefield.- Parameters:
instance- theinstancefield value- Returns:
this.
-
nonce_key
Value of thenonce_keyfield.- Parameters:
nonce_key- thenonce_keyfield value- Returns:
this.
-
executable_tag
Value of theexecutable_tagfield.- Parameters:
executable_tag- theexecutable_tagfield value- Returns:
this.
-
build
-
toString
-