This command configures address specific options.
Name | Type | Description |
---|---|---|
VERSION |
String | Broadcast Format Version |
FEE_PREFERENCE |
String | Set preference for how FEE is used |
REQUIRE_MEMO |
String | Require a MEMO on any received SEND |
VERSION|FEE_PREFERENCE|REQUIRE_MEMO
bt:ADDRESS|0|1|0
This example sets the address to DESTROY fees
bt:ADDRESS|0|2|0
This example sets the address to DONATE fees
bt:ADDRESS|0|0|1
This example sets the address to require a `MEMO` on any received `SEND`
1
= DestroyFEE
, provably lowering supply2
= DonateFEE
to protocol development (default)3
= DonateFEE
to community development
ADDR
ACTION
can be used for shorter reference toADDRESS
ACTION