0.1.0 • Published 29 days ago

lambda-client-sdk v0.1.0

Weekly downloads
-
License
GNU GPLv3
Repository
-
Last release
29 days ago

Lambda Client SDK

Getting Started

This SDK allows you to interact with Lambda Protocol contracts. You can query anything from the protocol. And there are helper methods for LRC-20 Tokens

create a client with lambda(baseUrl) and then you can call any of the methods.

Methods

Transactions

transactionByHash

Load a transactions by transaction hash and returns TransactionDetails

transactionsByBlock

Load transactions by block number and returns Transaction[]

transactionsByAddress

Load transactions by address and returns Transaction[]

0.1.0

29 days ago

0.0.7

3 months ago

0.0.3

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.6

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago