v1SmartContractInterfaceTypeToJson function
Implementation
dynamic v1SmartContractInterfaceTypeToJson(v1SmartContractInterfaceType value) {
switch (value) {
case v1SmartContractInterfaceType.smart_contract_interface_type_ethereum: return "SMART_CONTRACT_INTERFACE_TYPE_ETHEREUM";
case v1SmartContractInterfaceType.smart_contract_interface_type_solana: return "SMART_CONTRACT_INTERFACE_TYPE_SOLANA";
}
}