public static interface Client.ContractInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Address |
getAuthor()
The author of the contract, this is the person who deployed the contract.
|
Client.AddressOrBuilder |
getAuthorOrBuilder()
The author of the contract, this is the person who deployed the contract.
|
int |
getCategory()
The category of contract code(0: C#).
|
Client.Hash |
getCodeHash()
The hash of the contract code.
|
Client.HashOrBuilder |
getCodeHashOrBuilder()
The hash of the contract code.
|
boolean |
getIsSystemContract()
Whether it is a system contract.
|
long |
getSerialNumber()
The serial number of the contract.
|
int |
getVersion()
The version of the current contract.
|
boolean |
hasAuthor()
The author of the contract, this is the person who deployed the contract.
|
boolean |
hasCodeHash()
The hash of the contract code.
|
long getSerialNumber()
The serial number of the contract.
int64 serial_number = 1;boolean hasAuthor()
The author of the contract, this is the person who deployed the contract.
.Address author = 2;Client.Address getAuthor()
The author of the contract, this is the person who deployed the contract.
.Address author = 2;Client.AddressOrBuilder getAuthorOrBuilder()
The author of the contract, this is the person who deployed the contract.
.Address author = 2;int getCategory()
The category of contract code(0: C#).
sint32 category = 3;boolean hasCodeHash()
The hash of the contract code.
.Hash code_hash = 4;Client.Hash getCodeHash()
The hash of the contract code.
.Hash code_hash = 4;Client.HashOrBuilder getCodeHashOrBuilder()
The hash of the contract code.
.Hash code_hash = 4;boolean getIsSystemContract()
Whether it is a system contract.
bool is_system_contract = 5;int getVersion()
The version of the current contract.
int32 version = 6;Copyright © 2020. All rights reserved.