UNPKG

@iyonger/aptos-web3-bip44.js

Version:
11 lines (7 loc) 252 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { EntryFunctionPayload } from './EntryFunctionPayload'; export type TransactionPayload_EntryFunctionPayload = ({ type: string; } & EntryFunctionPayload);