UNPKG

@bnb-chain/greenfield-js-sdk

Version:
6 lines (5 loc) 381 B
import { ListBucketsByPaymentAccountRequest, ListBucketsByPaymentAccountResponse } from '@/types/sp/ListBucketsByPaymentAccount'; export declare const getListBucketByPaymentMetaInfo: (endpoint: string, params: ListBucketsByPaymentAccountRequest) => { url: string; }; export declare const parseListBucketByPaymentResponse: (data: string) => ListBucketsByPaymentAccountResponse;