public static interface Client.ProposalOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAbstentionCount()
Abstention count for this proposal.
|
long |
getApprovalCount()
Approval count for this proposal.
|
String |
getContractMethodName()
The method that this proposal will call when being released.
|
com.google.protobuf.ByteString |
getContractMethodNameBytes()
The method that this proposal will call when being released.
|
com.google.protobuf.Timestamp |
getExpiredTime()
The date at which this proposal will expire.
|
com.google.protobuf.TimestampOrBuilder |
getExpiredTimeOrBuilder()
The date at which this proposal will expire.
|
Client.Address |
getOrganizationAddress()
The address of this proposals organization.
|
Client.AddressOrBuilder |
getOrganizationAddressOrBuilder()
The address of this proposals organization.
|
com.google.protobuf.ByteString |
getParams()
The parameters of the release transaction.
|
Client.Hash |
getProposalId()
The id of the proposal.
|
Client.HashOrBuilder |
getProposalIdOrBuilder()
The id of the proposal.
|
Client.Address |
getProposer()
The address of the proposer of this proposal.
|
Client.AddressOrBuilder |
getProposerOrBuilder()
The address of the proposer of this proposal.
|
long |
getRejectionCount()
Rejection count for this proposal.
|
Client.Address |
getToAddress()
The address of the target contract.
|
Client.AddressOrBuilder |
getToAddressOrBuilder()
The address of the target contract.
|
boolean |
getToBeReleased()
Indicates if this proposal is releasable.
|
boolean |
hasExpiredTime()
The date at which this proposal will expire.
|
boolean |
hasOrganizationAddress()
The address of this proposals organization.
|
boolean |
hasProposalId()
The id of the proposal.
|
boolean |
hasProposer()
The address of the proposer of this proposal.
|
boolean |
hasToAddress()
The address of the target contract.
|
boolean hasProposalId()
The id of the proposal.
.Hash proposal_id = 1;Client.Hash getProposalId()
The id of the proposal.
.Hash proposal_id = 1;Client.HashOrBuilder getProposalIdOrBuilder()
The id of the proposal.
.Hash proposal_id = 1;String getContractMethodName()
The method that this proposal will call when being released.
string contract_method_name = 2;com.google.protobuf.ByteString getContractMethodNameBytes()
The method that this proposal will call when being released.
string contract_method_name = 2;boolean hasToAddress()
The address of the target contract.
.Address to_address = 3;Client.Address getToAddress()
The address of the target contract.
.Address to_address = 3;Client.AddressOrBuilder getToAddressOrBuilder()
The address of the target contract.
.Address to_address = 3;com.google.protobuf.ByteString getParams()
The parameters of the release transaction.
bytes params = 4;boolean hasExpiredTime()
The date at which this proposal will expire.
.google.protobuf.Timestamp expired_time = 5;com.google.protobuf.Timestamp getExpiredTime()
The date at which this proposal will expire.
.google.protobuf.Timestamp expired_time = 5;com.google.protobuf.TimestampOrBuilder getExpiredTimeOrBuilder()
The date at which this proposal will expire.
.google.protobuf.Timestamp expired_time = 5;boolean hasOrganizationAddress()
The address of this proposals organization.
.Address organization_address = 6;Client.Address getOrganizationAddress()
The address of this proposals organization.
.Address organization_address = 6;Client.AddressOrBuilder getOrganizationAddressOrBuilder()
The address of this proposals organization.
.Address organization_address = 6;boolean hasProposer()
The address of the proposer of this proposal.
.Address proposer = 7;Client.Address getProposer()
The address of the proposer of this proposal.
.Address proposer = 7;Client.AddressOrBuilder getProposerOrBuilder()
The address of the proposer of this proposal.
.Address proposer = 7;boolean getToBeReleased()
Indicates if this proposal is releasable.
bool to_be_released = 8;long getApprovalCount()
Approval count for this proposal.
int64 approval_count = 9;long getRejectionCount()
Rejection count for this proposal.
int64 rejection_count = 10;long getAbstentionCount()
Abstention count for this proposal.
int64 abstention_count = 11;Copyright © 2020. All rights reserved.