Preparing search index...
The search index is not available
metaos.ts
metaos.ts
TxAPI
Class TxAPI
Hierarchy
BaseAPI
TxAPI
Index
Constructors
constructor
Methods
broadcast
estimate
Gas
search
tx
Block
tx
Info
Constructors
constructor
new
TxAPI
(
request
:
APIRequester
)
:
TxAPI
Parameters
request:
APIRequester
Returns
TxAPI
Methods
broadcast
broadcast
(
tx
:
BroadcastTxRequest
)
:
Promise
<
BroadcastTxResponse
>
Parameters
tx:
BroadcastTxRequest
Returns
Promise
<
BroadcastTxResponse
>
estimate
Gas
estimate
Gas
(
txBytes
:
string
)
:
Promise
<
IResEstimateGas
>
Parameters
txBytes:
string
Returns
Promise
<
IResEstimateGas
>
search
search
(
options
:
Partial
<
TxSearchOptions
>
)
:
Promise
<
GetTxsEventResponse
>
Parameters
options:
Partial
<
TxSearchOptions
>
Returns
Promise
<
GetTxsEventResponse
>
tx
Block
tx
Block
(
height
:
number
, params
?:
PaginationOptions
)
:
Promise
<
GetBlockWithTxsResponse
>
Parameters
height:
number
Optional
params:
PaginationOptions
Returns
Promise
<
GetBlockWithTxsResponse
>
tx
Info
tx
Info
(
txHash
:
string
)
:
Promise
<
TxResponse
>
Parameters
txHash:
string
Returns
Promise
<
TxResponse
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Modules
metaos.ts
Msg
Begin
Redelegate
Msg
Collect
Msg
Collect
Rand
Swap
Reward
Msg
Collect
Reward
Msg
Create
Pool
Msg
Create
Position
Msg
Create
Rand
Swap
Reward
Config
Msg
Create
Validator
Msg
Decrease
Liquidity
Msg
Delegate
Msg
Deposit
Msg
Edit
Validator
Msg
Increase
Liquidity
Msg
Submit
Proposal
Msg
Swap
Exact
In
Msg
Swap
Exact
Out
Msg
Undelegate
Msg
Vote
Msg
Vote
Weighted
TxAPI
constructor
broadcast
estimate
Gas
search
tx
Block
tx
Info