public static interface XchainOuterClass.DeployNativeCodeRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress()
the address of deployer
optional string address = 5; |
com.google.protobuf.ByteString |
getAddressBytes()
the address of deployer
optional string address = 5; |
String |
getBcname()
chain name
optional string bcname = 2; |
com.google.protobuf.ByteString |
getBcnameBytes()
chain name
optional string bcname = 2; |
com.google.protobuf.ByteString |
getCode()
code is the bytes of binary code
optional bytes code = 4; |
XchainOuterClass.NativeCodeDesc |
getDesc()
native code desc
optional .pb.NativeCodeDesc desc = 3; |
XchainOuterClass.Header |
getHeader()
optional .pb.Header header = 1; |
com.google.protobuf.ByteString |
getPubkey()
the public key of deployer
optional bytes pubkey = 6; |
com.google.protobuf.ByteString |
getSign()
the sign of desc
optional bytes sign = 7; |
boolean |
hasDesc()
native code desc
optional .pb.NativeCodeDesc desc = 3; |
boolean |
hasHeader()
optional .pb.Header header = 1; |
boolean hasHeader()
optional .pb.Header header = 1;XchainOuterClass.Header getHeader()
optional .pb.Header header = 1;String getBcname()
chain name
optional string bcname = 2;com.google.protobuf.ByteString getBcnameBytes()
chain name
optional string bcname = 2;boolean hasDesc()
native code desc
optional .pb.NativeCodeDesc desc = 3;XchainOuterClass.NativeCodeDesc getDesc()
native code desc
optional .pb.NativeCodeDesc desc = 3;com.google.protobuf.ByteString getCode()
code is the bytes of binary code
optional bytes code = 4;String getAddress()
the address of deployer
optional string address = 5;com.google.protobuf.ByteString getAddressBytes()
the address of deployer
optional string address = 5;com.google.protobuf.ByteString getPubkey()
the public key of deployer
optional bytes pubkey = 6;com.google.protobuf.ByteString getSign()
the sign of desc
optional bytes sign = 7;Copyright © 2020. All rights reserved.