3. verifyCredentialWithSpecifiedPubKey

    接口入参:

    com.webank.weid.protocol.base.CredentialWrapper

    名称类型非空说明备注
    credentialCredentialY凭证信息具体见下
    disclosureMap<String, Object>N披露属性默认为全披露

    com.webank.weid.protocol.base.WeIdPublicKey

    名称类型说明备注
    publicKeyString数字公钥使用十进制数字表示

    接口返回: com.webank.weid.protocol.response.ResponseData<Boolean>;

    名称类型说明备注
    blockNumberBigInteger交易块高
    transactionHashString交易hash
    transactionIndexBigInteger交易索引

    此方法返回code

    调用示例