AssetMantle / AssetMantle/modules
Assets/define bondAmount can be passed in the request directly
- Dominant language
- Go
- Stars
- 21
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
extension of https://github.com/AssetMantle/modules/issues/314
sample request
{
"type":"github.com/AssetMantle/modules/modules/assets/internal/transactions/define/transactionRequest",
"value":{
"baseReq":{
"from":"${__property(ADDR_01)}",
"chain_id":"${CHAIN}"
},
"fromID":"${__property(NUB_ID_1)}",
"mutableProperties":"${MUTABLE_PROPERTY_DEFINITION}:S|",
"immutableProperties":"${IMMUTABLE_PROPERTY_DEFINITION}:S|",
"mutableMetaProperties":"${MUTABLE_META_PROPERTY_DEFINITION}:S|,supply:D|",
"immutableMetaProperties":"${IMMUTABLE_META_PROPERTY_DEFINITION}:S|a,bondAmount:N|123451"
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.