sdk-tools
0.20.4
common
sdk-tools
/
money.terra.sdk.tools.transaction.broadcaster
/
BroadcastAsyncResult
Broadcast
Async
Result
common
data
class
BroadcastAsyncResult
(
transactionHash
:
String
,
codeSpace
:
String
?
,
code
:
Int
?
,
rawLog
:
String
?
,
logs
:
List
<
TransactionLog
>
?
)
:
BroadcastResult
Content copied to clipboard
Properties
Properties
code
Link copied to clipboard
common
open
override
val
code
:
Int
?
=
null
Content copied to clipboard
codeSpace
Link copied to clipboard
common
open
override
val
codeSpace
:
String
?
=
null
Content copied to clipboard
logs
Link copied to clipboard
common
open
override
val
logs
:
List
<
TransactionLog
>
?
=
null
Content copied to clipboard
rawLog
Link copied to clipboard
common
open
override
val
rawLog
:
String
?
=
null
Content copied to clipboard
transactionHash
Link copied to clipboard
common
open
override
val
transactionHash
:
String
Content copied to clipboard