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