public static interface XchainOuterClass.AclOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsAksWeight(String key)
公钥or账户名 -> 权重
map<string, double> aksWeight = 2; |
XchainOuterClass.AkSets |
getAkSets()
optional .pb.AkSets akSets = 3; |
Map<String,Double> |
getAksWeight()
已过时。
|
int |
getAksWeightCount()
公钥or账户名 -> 权重
map<string, double> aksWeight = 2; |
Map<String,Double> |
getAksWeightMap()
公钥or账户名 -> 权重
map<string, double> aksWeight = 2; |
double |
getAksWeightOrDefault(String key,
double defaultValue)
公钥or账户名 -> 权重
map<string, double> aksWeight = 2; |
double |
getAksWeightOrThrow(String key)
公钥or账户名 -> 权重
map<string, double> aksWeight = 2; |
XchainOuterClass.PermissionModel |
getPm()
采用的权限模型
optional .pb.PermissionModel pm = 1; |
boolean |
hasAkSets()
optional .pb.AkSets akSets = 3; |
boolean |
hasPm()
采用的权限模型
optional .pb.PermissionModel pm = 1; |
boolean hasPm()
采用的权限模型
optional .pb.PermissionModel pm = 1;XchainOuterClass.PermissionModel getPm()
采用的权限模型
optional .pb.PermissionModel pm = 1;int getAksWeightCount()
公钥or账户名 -> 权重
map<string, double> aksWeight = 2;boolean containsAksWeight(String key)
公钥or账户名 -> 权重
map<string, double> aksWeight = 2;@Deprecated Map<String,Double> getAksWeight()
getAksWeightMap() instead.Map<String,Double> getAksWeightMap()
公钥or账户名 -> 权重
map<string, double> aksWeight = 2;double getAksWeightOrDefault(String key, double defaultValue)
公钥or账户名 -> 权重
map<string, double> aksWeight = 2;double getAksWeightOrThrow(String key)
公钥or账户名 -> 权重
map<string, double> aksWeight = 2;boolean hasAkSets()
optional .pb.AkSets akSets = 3;XchainOuterClass.AkSets getAkSets()
optional .pb.AkSets akSets = 3;Copyright © 2020. All rights reserved.