The mvp-treasury contract is used for holding assets that were exchanged to BRO token via bonding.
{
"owner": "terra1..."
}
Sends whole treasury balance of specified asset to recipient. Can be executed only by owner.
{
"asset_info": {
"native": {
"denom": "uusd"
}
},
"amount": "100",
"recipient": "terra1..."
}
Returns mvp-treasury contract config.
{
"config": {}
}
Returns mvp-treasury contract balance of specified asset.
{
"balance": {
"asset_info": {
"native": {
"denom": "uusd"
}
}
}
}
{}