public static interface ByzCoinProto.SpawnOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Argument |
getArgs(int index)
Args holds all data necessary to spawn the new instance.
|
int |
getArgsCount()
Args holds all data necessary to spawn the new instance.
|
List<ByzCoinProto.Argument> |
getArgsList()
Args holds all data necessary to spawn the new instance.
|
ByzCoinProto.ArgumentOrBuilder |
getArgsOrBuilder(int index)
Args holds all data necessary to spawn the new instance.
|
List<? extends ByzCoinProto.ArgumentOrBuilder> |
getArgsOrBuilderList()
Args holds all data necessary to spawn the new instance.
|
String |
getContractid()
ContractID represents the kind of contract that is being spawned.
|
com.google.protobuf.ByteString |
getContractidBytes()
ContractID represents the kind of contract that is being spawned.
|
boolean |
hasContractid()
ContractID represents the kind of contract that is being spawned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContractid()
ContractID represents the kind of contract that is being spawned.
required string contractid = 1;String getContractid()
ContractID represents the kind of contract that is being spawned.
required string contractid = 1;com.google.protobuf.ByteString getContractidBytes()
ContractID represents the kind of contract that is being spawned.
required string contractid = 1;List<ByzCoinProto.Argument> getArgsList()
Args holds all data necessary to spawn the new instance.
repeated .byzcoin.Argument args = 2;ByzCoinProto.Argument getArgs(int index)
Args holds all data necessary to spawn the new instance.
repeated .byzcoin.Argument args = 2;int getArgsCount()
Args holds all data necessary to spawn the new instance.
repeated .byzcoin.Argument args = 2;List<? extends ByzCoinProto.ArgumentOrBuilder> getArgsOrBuilderList()
Args holds all data necessary to spawn the new instance.
repeated .byzcoin.Argument args = 2;ByzCoinProto.ArgumentOrBuilder getArgsOrBuilder(int index)
Args holds all data necessary to spawn the new instance.
repeated .byzcoin.Argument args = 2;Copyright © 2019. All rights reserved.