组合约接口
queryInfo
查询组信息。
参数
address
- The group address返回值
bytes32
- The name of groupaddress[]
- The accounts of group示例
$ scm Group queryInfo --address 0xce6cd8f8562e31d44b1101986204cec34b1df025
queryName
查询组名字。
参数
address
- The group address返回值
bytes32
- The name of group示例
$ scm Group queryName --address 0xce6cd8f8562e31d44b1101986204cec34b1df025
queryAccounts
查询组内所有用户。
参数
address
- The group address返回值
address[]
- All accounts address示例
$ scm Group queryAccounts --address 0xce6cd8f8562e31d44b1101986204cec34b1df025
queryChild
查询子组。
参数
address
- The group address返回值
address
- The children of group示例
$ scm Group queryChild --address 0xfFFfFFFFFffFFfffFFFFfffffFffffFFfF020009
queryChildLength
查询子组个数。
参数
address
- The group address返回值
uint
- The number of the children group示例
$ scm Group queryChildLength --address 0xfFFfFFFFFffFFfffFFFFfffffFffffFFfF020009
queryParent
查询父组。
参数
address
- The group address返回值
address
- The parent of the group示例
$ scm Group queryParent --address 0xce6cd8f8562e31d44b1101986204cec34b1df025
inGroup
查询账户是否在组内。
参数
address
- 待查询账户返回值
bool
- 如果在组内则返回真,反之则反示例
$ scm Group inGroup \
--account 0xce6cd8f8562e31d44b1101986204cec34b1df025 \
--address 0xffffffffffffffffffffffffffffffffff020009