Interface AeSdkMethodsTransformed

Hierarchy

References

Re-exports _getPollInterval
Re-exports aensBid
Re-exports aensClaim
Re-exports aensPreclaim
Re-exports aensQuery
Re-exports aensRevoke
Re-exports aensTransfer
Re-exports aensUpdate
Re-exports awaitHeight
Re-exports buildAuthTxHash
Re-exports buildAuthTxHashByGaMetaTx
Re-exports createGeneralizedAccount
Re-exports extendOracleTtl
Re-exports getAccount
Re-exports getBalance
Re-exports getContract
Re-exports getContractByteCode
Re-exports getCurrentGeneration
Re-exports getGeneration
Re-exports getHeight
Re-exports getKeyBlock
Re-exports getMicroBlockHeader
Re-exports getMicroBlockTransactions
Re-exports getName
Re-exports getOracleObject
Re-exports getQueryObject
Re-exports payForTransaction
Re-exports poll
Re-exports pollForQueries
Re-exports pollForQueryResponse
Re-exports postQueryToOracle
Re-exports registerOracle
Re-exports resolveName
Re-exports respondToQuery
Re-exports sendTransaction
Re-exports spend
Re-exports transferFunds
Re-exports txDryRun
Re-exports waitForTxConfirm

Properties

createDelegationSignature: ((...args) => Promise<Uint8Array>)

Type declaration

    • (...args): Promise<Uint8Array>
    • Parameters

      • Rest ...args: [`ct_${string}`, (`${string}.chain` | `kh_${string}` | `mh_${string}` | `bf_${string}` | `bx_${string}` | `bs_${string}` | `ch_${string}` | `ct_${string}` | `cb_${string}` | `ck_${string}` | `cv_${string}` | `tx_${string}` | `th_${string}` | `ok_${string}` | `ov_${string}` | `oq_${string}` | `or_${string}` | `ak_${string}` | `sg_${string}` | `cm_${string}` | `pp_${string}` | `nm_${string}` | `st_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}` | `ba_${string}`)[]] | [`ct_${string}`, (`${string}.chain` | `kh_${string}` | `mh_${string}` | `bf_${string}` | `bx_${string}` | `bs_${string}` | `ch_${string}` | `ct_${string}` | `cb_${string}` | `ck_${string}` | `cv_${string}` | `tx_${string}` | `th_${string}` | `ok_${string}` | `ov_${string}` | `oq_${string}` | `or_${string}` | `ak_${string}` | `sg_${string}` | `cm_${string}` | `pp_${string}` | `nm_${string}` | `st_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}` | `ba_${string}`)[], Omit<{
            omitAddress?: boolean;
            onAccount: AccountBase;
            onNode: Node;
        }, "onNode" | "onAccount" | "onCompiler"> & Partial<Omit<{
            omitAddress?: boolean;
            onAccount: AccountBase;
            onNode: Node;
        }, "onAccount"> & {
            onAccount: OnAccount;
        }>]

      Returns Promise<Uint8Array>

Generated using TypeDoc