Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets/define bondAmount can be passed in the request directly #315

Open
muku314115 opened this issue Feb 23, 2023 · 0 comments
Open

Assets/define bondAmount can be passed in the request directly #315

muku314115 opened this issue Feb 23, 2023 · 0 comments

Comments

@muku314115
Copy link
Contributor

muku314115 commented Feb 23, 2023

extension of #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"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant