PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/utxo-core/dist/src/paygo

Просмотр файла: parsePayGoAttestation.d.ts

export declare const Prefix: Buffer<ArrayBuffer>;
/**
 * This function takes in the attestation proof of a PayGo address of the from
 * <varint_length><ENTROPY><ADDRESS><UUID> and returns
 * the address given its length. It is assumed that the ENTROPY is 64 bytes in the Buffer
 * so if not given an address proof length we can still extract the address from the proof.
 *
 * @param message
 * @param adressProofLength
 */
export declare function parsePayGoAttestation(message: Buffer): {
    entropy: Buffer;
    address: Buffer;
    uuid: Buffer;
};
//# sourceMappingURL=parsePayGoAttestation.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!