aptos
Version:
14 lines (12 loc) • 326 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Entry function id is string representation of a entry function defined on-chain.
*
* Format: `{address}::{module name}::{function name}`
*
* Both `module name` and `function name` are case-sensitive.
*
*/
export type EntryFunctionId = string;