public static interface ParliamentAuthContract.OrganizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Hash |
getCreationToken()
The creation token is for organization address generation.
|
Client.HashOrBuilder |
getCreationTokenOrBuilder()
The creation token is for organization address generation.
|
Client.Address |
getOrganizationAddress()
The organization address.
|
Client.AddressOrBuilder |
getOrganizationAddressOrBuilder()
The organization address.
|
Client.Hash |
getOrganizationHash()
The organization id.
|
Client.HashOrBuilder |
getOrganizationHashOrBuilder()
The organization id.
|
boolean |
getParliamentMemberProposingAllowed()
Indicates if parliament member can propose to this organization.
|
Client.ProposalReleaseThreshold |
getProposalReleaseThreshold()
The threshold for releasing the proposal.
|
Client.ProposalReleaseThresholdOrBuilder |
getProposalReleaseThresholdOrBuilder()
The threshold for releasing the proposal.
|
boolean |
getProposerAuthorityRequired()
Indicates if proposals need authority to be created.
|
boolean |
hasCreationToken()
The creation token is for organization address generation.
|
boolean |
hasOrganizationAddress()
The organization address.
|
boolean |
hasOrganizationHash()
The organization id.
|
boolean |
hasProposalReleaseThreshold()
The threshold for releasing the proposal.
|
boolean getProposerAuthorityRequired()
Indicates if proposals need authority to be created.
bool proposer_authority_required = 1;boolean hasOrganizationAddress()
The organization address.
.Address organization_address = 2;Client.Address getOrganizationAddress()
The organization address.
.Address organization_address = 2;Client.AddressOrBuilder getOrganizationAddressOrBuilder()
The organization address.
.Address organization_address = 2;boolean hasOrganizationHash()
The organization id.
.Hash organization_hash = 3;Client.Hash getOrganizationHash()
The organization id.
.Hash organization_hash = 3;Client.HashOrBuilder getOrganizationHashOrBuilder()
The organization id.
.Hash organization_hash = 3;boolean hasProposalReleaseThreshold()
The threshold for releasing the proposal.
.ProposalReleaseThreshold proposal_release_threshold = 4;Client.ProposalReleaseThreshold getProposalReleaseThreshold()
The threshold for releasing the proposal.
.ProposalReleaseThreshold proposal_release_threshold = 4;Client.ProposalReleaseThresholdOrBuilder getProposalReleaseThresholdOrBuilder()
The threshold for releasing the proposal.
.ProposalReleaseThreshold proposal_release_threshold = 4;boolean getParliamentMemberProposingAllowed()
Indicates if parliament member can propose to this organization.
bool parliament_member_proposing_allowed = 5;boolean hasCreationToken()
The creation token is for organization address generation.
.Hash creation_token = 6;Client.Hash getCreationToken()
The creation token is for organization address generation.
.Hash creation_token = 6;Client.HashOrBuilder getCreationTokenOrBuilder()
The creation token is for organization address generation.
.Hash creation_token = 6;Copyright © 2020. All rights reserved.