From 6ad86974b5030272665fd53e9a00212f672c8e25 Mon Sep 17 00:00:00 2001 From: rrr523 <59029880+rrr523@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:42:27 +0800 Subject: [PATCH] chore: Update doc url (#372) --- .../src/clients/spclient/spApis/listUserPaymentAccounts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/js-sdk/src/clients/spclient/spApis/listUserPaymentAccounts.ts b/packages/js-sdk/src/clients/spclient/spApis/listUserPaymentAccounts.ts index af3a9f54..668b4627 100644 --- a/packages/js-sdk/src/clients/spclient/spApis/listUserPaymentAccounts.ts +++ b/packages/js-sdk/src/clients/spclient/spApis/listUserPaymentAccounts.ts @@ -8,6 +8,7 @@ import { import { XMLParser } from 'fast-xml-parser'; import { getSortQuery, getSortQueryParams } from '../auth'; +// https://docs.bnbchain.org/greenfield-docs/docs/api/storage-provider-rest/list_user_payment_accounts export const getListUserPaymentAccountMetaInfo = ( endpoint: string, params: ListUserPaymentAccountsResquest,