UNPKG

@swaptoshi/liquid-pos-client

Version:

Client for interacting with blockchain networks that implements the Swaptoshi liquid pos module

8 lines (7 loc) 138 B
export interface TransactionParam<T> { fee?: bigint; params: T; } export interface GetLSTTokenIDResponse { tokenID: string; }