Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
compact-engine
/
com.midnight.kuira.core.compact
/
DeployResult
Deploy
Result
data
class
DeployResult
(
val
contractAddress
:
String
,
val
timings
:
DeployTimings
)
Result of deploying a contract to the blockchain.
Members
Constructors
Deploy
Result
Link copied to clipboard
constructor
(
contractAddress
:
String
,
timings
:
DeployTimings
)
Properties
contract
Address
Link copied to clipboard
val
contractAddress
:
String
timings
Link copied to clipboard
val
timings
:
DeployTimings