UNPKG

@algofi/v1

Version:

The official JavaScript SDK for the V2 Algofi Lending Market

8 lines (7 loc) 479 B
import { Address, Transaction } from "algosdk"; export declare function concatArrays(arrays: Uint8Array[]): Uint8Array; export declare function formatPrefixState(state: {}): {}; export declare function parseAddressBytes(bytes: string): string; export declare function decodeBytes(bytes: string): Uint8Array; export declare function addressEquals(a: Address, b: Address): boolean; export declare function composeTransactions(txnsToCompose: Transaction[][]): Transaction[];