Type alias Entrypoint

Entrypoint: {
    jsonParameters?: any | null;
    michelineParameters?: IMicheline | null;
    michelsonParameters?: string | null;
    name?: string | null;
    unused?: boolean;
}

Type declaration

  • Optional jsonParameters?: any | null
  • Optional michelineParameters?: IMicheline | null
  • Optional michelsonParameters?: string | null
  • Optional name?: string | null
  • Optional unused?: boolean

Generated using TypeDoc