Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TaquitoClient

Index

Constructors

constructor

  • Parameters

    • tezos: TezosToolkit
    • tracer: Tracer

    Returns TaquitoClient

Methods

batch

  • batch(transactionParams: WalletTransferParams[]): Promise<WalletOperation>
  • Parameters

    • transactionParams: WalletTransferParams[]

    Returns Promise<WalletOperation>

call

  • call(params: WalletTransferParams): Promise<TransactionWalletOperation>
  • Parameters

    • params: WalletTransferParams

    Returns Promise<TransactionWalletOperation>

executeView

  • executeView(contractAddress: string, viewName: string, parameters: any[]): Promise<RpcResponseData>
  • Parameters

    • contractAddress: string
    • viewName: string
    • parameters: any[]

    Returns Promise<RpcResponseData>

getBigMapValue

  • Type parameters

    • TStorage

    Parameters

    • contractAddress: string
    • bigMapSelector: (storage: TStorage) => BigMapAbstraction
        • (storage: TStorage): BigMapAbstraction
        • Parameters

          • storage: TStorage

          Returns BigMapAbstraction

    • key: RpcRequestScalarData<string>

    Returns Promise<RpcResponseData>

getConstants

  • getConstants(): Promise<ConstantsResponse>
  • Returns Promise<ConstantsResponse>

getPkh

  • getPkh(): Promise<string>
  • Returns Promise<string>

params

  • params(contractAddress: string, method: string, parameters: any[], operationParams?: AdditionalOperationParams & { amount?: undefined | number }): Promise<WalletTransferParams>
  • Parameters

    • contractAddress: string
    • method: string
    • parameters: any[]
    • Optional operationParams: AdditionalOperationParams & { amount?: undefined | number }

    Returns Promise<WalletTransferParams>

storage

  • storage<T>(contractAddress: string, fresh?: boolean): Promise<T>
  • Type parameters

    • T

    Parameters

    • contractAddress: string
    • Default value fresh: boolean = false

    Returns Promise<T>

Generated using TypeDoc