UNPKG

@silvana-one/mina-utils

Version:
22 lines (21 loc) 669 B
import { BlockBerryChain } from "./chain.js"; export declare function getZkAppTxsFromBlockBerry(params: { account: string; chain: BlockBerryChain; blockBerryApiKey: string; }): Promise<any>; export declare function getPaymentTxsFromBlockBerry(params: { account: string; chain: BlockBerryChain; blockBerryApiKey: string; }): Promise<any>; export declare function getZkAppTxFromBlockBerry(params: { hash: string; chain: BlockBerryChain; blockBerryApiKey: string; }): Promise<any>; export declare function getZkAppFromBlockBerry(params: { account: string; chain: BlockBerryChain; blockBerryApiKey: string; }): Promise<any>;