stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.contract
/
ClientOptions
/
ClientOptions
Client
Options
constructor
(
sourceAccountKeyPair
:
KeyPair
,
contractId
:
String
,
network
:
Network
,
rpcUrl
:
String
,
baseFee
:
Int
=
100
,
transactionTimeout
:
Long
=
300
,
submitTimeout
:
Int
=
30
,
simulate
:
Boolean
=
true
,
restore
:
Boolean
=
true
,
autoSubmit
:
Boolean
=
true
)