UNPKG

@fewcha/web3

Version:

The `@fewcha/web3` library aims to be an all-in-one toolkit to enable developers interact with Aptos Blockchain and its ecosystem.

9 lines (8 loc) 285 B
"use strict"; // Copyright 2022 Fewcha. All rights reserved. Object.defineProperty(exports, "__esModule", { value: true }); exports.createReponse = void 0; const createReponse = (method, status, data) => { return { method, status, data }; }; exports.createReponse = createReponse;