Type alias: QueryRootWalletService
type QueryRootWalletService: object;
Type declaration
Member | Type | Description |
---|---|---|
__typename | "QueryRootWalletService" | - |
embedData | DataResult [] | - |
embedStatus | StatusResult [] | - |
getAllNetworksCurrentPrices | GqlNetworkPrices | - |
getCwebPricesInFiat | GqlCwebUsdHistory | - |
getFiatToUsdRates | GqlFiatRates | - |
getHistoryPricesForCwebInPeriods | GqlCwebPriceHistoryInIntervals | - |
getHistoryPricesForL1Network | GqlNetworkPriceHistory | - |
getHistoryPricesForL1NetworkInPeriods | GqlNetworkPriceHistoryInIntervals | - |
getTokenPricesInFiat | GqlTokenFiatPrices | - |
serviceInfo | WalletServiceInfo | Function returns abilities and parameters of service |
shard | Maybe <WalletShardQueries > | Returns default shard if name is null . Wallet will use default shard for writing |
shardTips | BlockAnchor [] | - |
shardsState | GqlShardState [] | - |
simulateTx | GqlL2TransactionOutput | Method for period of testing. Impl the same as in validation endpoint, but with returning all claims from l2-computer. |
unavailableL1Writers | GqlL1WriterUnavailableState [] | - |
validateTxForBroadcaster | Scalars ["Boolean" ] | - |