sdk-tools
0.20.4
common
sdk-tools
/
money.terra.sdk.tools.transaction.broadcaster
/
ThrottleBroadcaster
/
broadcast
broadcast
common
open
override
fun
broadcast
(
transaction
:
Transaction
,
coroutineContext
:
CoroutineContext
)
:
Deferred
<
Result
>
Content copied to clipboard
open
override
fun
broadcast
(
senderWallet
:
TerraWallet
,
message
:
Message
,
memo
:
String
,
gasAmount
:
Long
?
,
feeDenomination
:
String
?
,
accountNumber
:
Long
?
,
sequence
:
Long
?
,
coroutineContext
:
CoroutineContext
)
:
Deferred
<
Pair
<
Result
,
Transaction
>
>
Content copied to clipboard
open
override
fun
broadcast
(
senderWallet
:
TerraWallet
,
transaction
:
Transaction
,
gasAmount
:
Long
?
,
feeDenomination
:
String
?
,
accountNumber
:
Long
?
,
sequence
:
Long
?
,
coroutineContext
:
CoroutineContext
)
:
Deferred
<
Pair
<
Result
,
Transaction
>
>
Content copied to clipboard