Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/wallet-ts
Web3Broadcaster
Class Web3Broadcaster
Preparing and broadcasting Ethereum transactions
Hierarchy
Web3Broadcaster
Index
Constructors
constructor
Properties
ethereum
Chain
Id
wallet
Strategy
Methods
send
Transaction
Constructors
constructor
new
Web3
Broadcaster
(
__namedParameters
:
{
ethereumChainId
:
EthereumChainId
;
network
:
Network
;
walletStrategy
:
WalletStrategy
}
)
:
Web3Broadcaster
Parameters
__namedParameters:
{
ethereumChainId
:
EthereumChainId
;
network
:
Network
;
walletStrategy
:
WalletStrategy
}
ethereum
Chain
Id
:
EthereumChainId
network
:
Network
wallet
Strategy
:
WalletStrategy
Returns
Web3Broadcaster
Properties
Private
ethereum
Chain
Id
ethereum
Chain
Id
:
EthereumChainId
Private
wallet
Strategy
wallet
Strategy
:
WalletStrategy
Methods
send
Transaction
send
Transaction
(
args
:
SendTransactionOptions
)
:
Promise
<
string
>
Parameters
args:
SendTransactionOptions
Returns
Promise
<
string
>
Modules
@injectivelabs/sdk-
ts
@injectivelabs/wallet-
ts
Utils
Wallets
internal
Web3
Broadcaster
constructor
ethereum
Chain
Id
wallet
Strategy
send
Transaction
Generated using
TypeDoc
Preparing and broadcasting Ethereum transactions