function_ property

  1. @BuiltValueField(wireName: r'function')
String function_

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.

Implementation

@BuiltValueField(wireName: r'function')
String get function_;