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.xdr
/
ConfigUpgradeSetKeyXdr
Config
Upgrade
Set
Key
Xdr
data
class
ConfigUpgradeSetKeyXdr
(
val
contractId
:
ContractIDXdr
,
val
contentHash
:
HashXdr
)
XDR Source: struct ConfigUpgradeSetKey { ContractID contractID; Hash contentHash; };
Members
Constructors
Config
Upgrade
Set
Key
Xdr
Link copied to clipboard
constructor
(
contractId
:
ContractIDXdr
,
contentHash
:
HashXdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Hash
Link copied to clipboard
val
contentHash
:
HashXdr
contract
Id
Link copied to clipboard
val
contractId
:
ContractIDXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)