getAllEndpoints method
Gets all endpoints defined in ABI.
Returns
List<AbiEndpoint> - Unmodifiable list of all endpoints
Implementation
List<AbiEndpoint> getAllEndpoints() {
return List<AbiEndpoint>.unmodifiable(abi.endpoints.toList());
}
Gets all endpoints defined in ABI.
List<AbiEndpoint> - Unmodifiable list of all endpoints
List<AbiEndpoint> getAllEndpoints() {
return List<AbiEndpoint>.unmodifiable(abi.endpoints.toList());
}