PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-core/dist/src/bitgo/proofs
Просмотр файла: WalletProofs.d.ts
import { IWallet } from '../wallet';
import { AccountSnapshot, UserVerificationElements } from './types';
export declare class WalletProofs {
wallet: IWallet;
constructor(wallet: IWallet);
/**
* Get the liability proofs for a Go Account - these can be used to verify the balances of the account
* were included in the total Go Account liabilities published by BitGo on the public proof of solvency page.
* @returns UserVerificationElements
*/
getLiabilityProofs(): Promise<UserVerificationElements>;
/**
* Get the account snapshot for a Go Account - this provides a snapshot of the account's balances at the
* latest proof generation date (for proof of solvency).
* @returns AccountSnapshot
*/
getAccountSnapshot(): Promise<AccountSnapshot>;
}
//# sourceMappingURL=WalletProofs.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!