UNPKG

@martiandao/aptos-web3-bip44.js

Version:
17 lines 435 B
import type { EntryFunctionId } from './EntryFunctionId'; import type { MoveType } from './MoveType'; /** * View request for the Move View Function API */ export declare type ViewRequest = { function: EntryFunctionId; /** * Type arguments of the function */ type_arguments: Array<MoveType>; /** * Arguments of the function */ arguments: Array<any>; }; //# sourceMappingURL=ViewRequest.d.ts.map