@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
8 lines • 560 B
TypeScript
import { TypeTag, TransactionArgument } from "../aptos_types";
import { Serializer } from "../bcs";
export declare function ensureBoolean(val: boolean | string): boolean;
export declare function ensureNumber(val: number | string): number;
export declare function ensureBigInt(val: number | bigint | string): bigint;
export declare function serializeArg(argVal: any, argType: TypeTag, serializer: Serializer): void;
export declare function argToTransactionArgument(argVal: any, argType: TypeTag): TransactionArgument;
//# sourceMappingURL=builder_utils.d.ts.map