Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/sdk
GrugActions
Type Alias GrugActions<_transport, _chain, _signer>
type
GrugActions
<
_transport
extends
Transport
=
Transport
,
_chain
extends
Chain
|
undefined
=
Chain
|
undefined
,
_signer
extends
Signer
|
undefined
=
undefined
,
>
=
{
getAppConfig
:
<
value
extends
AppConfigResponse
>
(
args
?:
GetAppConfigParameters
,
)
=>
GetAppConfigReturnType
<
value
>
;
getBalance
:
(
args
:
GetBalanceParameters
)
=>
GetBalanceReturnType
;
getBalances
:
(
args
:
GetBalancesParameters
)
=>
GetBalancesReturnType
;
getCode
:
(
args
:
GetCodeParameters
)
=>
GetCodeReturnType
;
getCodes
:
(
args
?:
GetCodesParameters
)
=>
GetCodesReturnType
;
getContractInfo
:
(
args
:
GetContractInfoParameters
,
)
=>
GetContractInfoReturnType
;
getContractsInfo
:
(
args
?:
GetContractsInfoParameters
,
)
=>
GetContractsInfoReturnType
;
getSupplies
:
(
args
?:
GetSuppliesParameters
)
=>
GetSuppliesReturnType
;
getSupply
:
(
args
:
GetSupplyParameters
)
=>
GetSupplyReturnType
;
queryAbci
:
(
args
:
QueryAbciParameters
)
=>
QueryAbciReturnType
;
queryApp
:
(
args
:
QueryAppParameters
)
=>
QueryAppReturnType
;
queryStatus
:
<
statusInfo
extends
ChainStatusResponse
>
()
=>
QueryStatusReturnType
<
statusInfo
,
>
;
queryTx
:
(
args
:
QueryTxParameters
)
=>
QueryTxReturnType
;
queryWasmRaw
:
(
args
:
QueryWasmRawParameters
)
=>
QueryWasmRawReturnType
;
queryWasmSmart
:
<
value
extends
JsonValue
>
(
args
:
QueryWasmSmartParameters
,
)
=>
QueryWasmSmartReturnType
<
value
>
;
simulate
:
(
args
:
SimulateParameters
)
=>
SimulateReturnType
;
}
Type Parameters
_transport
extends
Transport
=
Transport
_chain
extends
Chain
|
undefined
=
Chain
|
undefined
_signer
extends
Signer
|
undefined
=
undefined
Index
Properties
get
App
Config
get
Balance
get
Balances
get
Code
get
Codes
get
Contract
Info
get
Contracts
Info
get
Supplies
get
Supply
query
Abci
query
App
query
Status
query
Tx
query
Wasm
Raw
query
Wasm
Smart
simulate
Properties
get
App
Config
getAppConfig
:
<
value
extends
AppConfigResponse
>
(
args
?:
GetAppConfigParameters
,
)
=>
GetAppConfigReturnType
<
value
>
get
Balance
getBalance
:
(
args
:
GetBalanceParameters
)
=>
GetBalanceReturnType
get
Balances
getBalances
:
(
args
:
GetBalancesParameters
)
=>
GetBalancesReturnType
get
Code
getCode
:
(
args
:
GetCodeParameters
)
=>
GetCodeReturnType
get
Codes
getCodes
:
(
args
?:
GetCodesParameters
)
=>
GetCodesReturnType
get
Contract
Info
getContractInfo
:
(
args
:
GetContractInfoParameters
)
=>
GetContractInfoReturnType
get
Contracts
Info
getContractsInfo
:
(
args
?:
GetContractsInfoParameters
,
)
=>
GetContractsInfoReturnType
get
Supplies
getSupplies
:
(
args
?:
GetSuppliesParameters
)
=>
GetSuppliesReturnType
get
Supply
getSupply
:
(
args
:
GetSupplyParameters
)
=>
GetSupplyReturnType
query
Abci
queryAbci
:
(
args
:
QueryAbciParameters
)
=>
QueryAbciReturnType
query
App
queryApp
:
(
args
:
QueryAppParameters
)
=>
QueryAppReturnType
query
Status
queryStatus
:
<
statusInfo
extends
ChainStatusResponse
>
()
=>
QueryStatusReturnType
<
statusInfo
,
>
query
Tx
queryTx
:
(
args
:
QueryTxParameters
)
=>
QueryTxReturnType
query
Wasm
Raw
queryWasmRaw
:
(
args
:
QueryWasmRawParameters
)
=>
QueryWasmRawReturnType
query
Wasm
Smart
queryWasmSmart
:
<
value
extends
JsonValue
>
(
args
:
QueryWasmSmartParameters
,
)
=>
QueryWasmSmartReturnType
<
value
>
simulate
simulate
:
(
args
:
SimulateParameters
)
=>
SimulateReturnType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
App
Config
get
Balance
get
Balances
get
Code
get
Codes
get
Contract
Info
get
Contracts
Info
get
Supplies
get
Supply
query
Abci
query
App
query
Status
query
Tx
query
Wasm
Raw
query
Wasm
Smart
simulate
Home
GitHub
Left Curve Software Stack
Loading...