Constructors
constructor
-
Parameters
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[]
getBigMapValue
-
Type parameters
Parameters
-
contractAddress: string
-
bigMapSelector: (storage: TStorage) => BigMapAbstraction
-
- (storage: TStorage): BigMapAbstraction
-
Parameters
Returns BigMapAbstraction
-
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
Parameters
-
contractAddress: string
-
Default value fresh: boolean = false
Returns Promise<T>