本文介绍了区块链开发套件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在尝试发送新的成员邀请,但我一直收到转换成员值的错误。 该程序认为它是一个字符串,但它实际上是使用以下命令获得的对象:


$ ContractConnection = Import-ConsortiumManagementContracts -RootContractAddress'0xb555555555555559ebc1035dd2118acec1018912'-Web3Client $ Connection


========================= =========================================



PS C:\ Users \ rxrutiag> New-BlockchainMemberInvitation -SubscriptionId xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -Role USER -Web3Account $ MemberAccount

解决方案

I am trying to send a new member invitation but I keep getting an error converting the Members value.  The program thinks it is a string but it is actually an object obtained using the following command:

$ContractConnection = Import-ConsortiumManagementContracts -RootContractAddress '0xb555555555555559ebc1035dd2118acec1018912' -Web3Client $Connection

==================================================================

PS C:\Users\rxrutiag> New-BlockchainMemberInvitation -SubscriptionId xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -Role USER -Web3Account $MemberAccount

解决方案


这篇关于区块链开发套件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 11:33