public static interface AssociationAuthContract.OrganizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
boolean hasOrganizationMemberList()
The organization members.
.OrganizationMemberList organization_member_list = 1;AssociationAuthContract.OrganizationMemberList getOrganizationMemberList()
The organization members.
.OrganizationMemberList organization_member_list = 1;AssociationAuthContract.OrganizationMemberListOrBuilder getOrganizationMemberListOrBuilder()
The organization members.
.OrganizationMemberList organization_member_list = 1;boolean hasProposalReleaseThreshold()
The threshold for releasing the proposal.
.ProposalReleaseThreshold proposal_release_threshold = 2;Client.ProposalReleaseThreshold getProposalReleaseThreshold()
The threshold for releasing the proposal.
.ProposalReleaseThreshold proposal_release_threshold = 2;Client.ProposalReleaseThresholdOrBuilder getProposalReleaseThresholdOrBuilder()
The threshold for releasing the proposal.
.ProposalReleaseThreshold proposal_release_threshold = 2;boolean hasProposerWhiteList()
The proposer whitelist.
.ProposerWhiteList proposer_white_list = 3;Client.ProposerWhiteList getProposerWhiteList()
The proposer whitelist.
.ProposerWhiteList proposer_white_list = 3;Client.ProposerWhiteListOrBuilder getProposerWhiteListOrBuilder()
The proposer whitelist.
.ProposerWhiteList proposer_white_list = 3;boolean hasOrganizationAddress()
The address of organization.
.Address organization_address = 4;Client.Address getOrganizationAddress()
The address of organization.
.Address organization_address = 4;Client.AddressOrBuilder getOrganizationAddressOrBuilder()
The address of organization.
.Address organization_address = 4;boolean hasOrganizationHash()
The organizations id.
.Hash organization_hash = 5;Client.Hash getOrganizationHash()
The organizations id.
.Hash organization_hash = 5;Client.HashOrBuilder getOrganizationHashOrBuilder()
The organizations id.
.Hash organization_hash = 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.