public static interface Protocol.Transaction.ContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getContractName()
bytes ContractName = 4; |
com.google.protobuf.Any |
getParameter()
.google.protobuf.Any parameter = 2; |
com.google.protobuf.AnyOrBuilder |
getParameterOrBuilder()
.google.protobuf.Any parameter = 2; |
int |
getPermissionId()
int32 Permission_id = 5; |
com.google.protobuf.ByteString |
getProvider()
bytes provider = 3; |
Protocol.Transaction.Contract.ContractType |
getType()
.protocol.Transaction.Contract.ContractType type = 1; |
int |
getTypeValue()
.protocol.Transaction.Contract.ContractType type = 1; |
boolean |
hasParameter()
.google.protobuf.Any parameter = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.protocol.Transaction.Contract.ContractType type = 1;
Protocol.Transaction.Contract.ContractType getType()
.protocol.Transaction.Contract.ContractType type = 1;
boolean hasParameter()
.google.protobuf.Any parameter = 2;
com.google.protobuf.Any getParameter()
.google.protobuf.Any parameter = 2;
com.google.protobuf.AnyOrBuilder getParameterOrBuilder()
.google.protobuf.Any parameter = 2;
com.google.protobuf.ByteString getProvider()
bytes provider = 3;
com.google.protobuf.ByteString getContractName()
bytes ContractName = 4;
int getPermissionId()
int32 Permission_id = 5;
Copyright © 2020. All rights reserved.