Execute commands
Now we complete the task - sending some tokens that have been delegated to a key
Running commands
1. Add allowance for key B
{
increase_allowance: {
spender: '<key-B>',
amount: {
denom: "usource",
amount: "2000000"
}
}
}2. Send tokens from key B to key C
3. Check balance of key C
4. See allowance decrease for key B
Last updated
