Get definition
Get an address definition.
Example
const address = 'TMWNLXR42CKIP4A774BQGNVBZAPHY7GH';
client.api.getDefinition(address, function(err, result) {
  console.log(result);
});Returns
[
  'sig',
  {
    pubkey: 'AsD2GQ3+CSHfFO9CfX8+gBxmxSm9TGweKjWVie0rt/0p'
  }
]Learn more
- "21. Addresses" (page 23) https://obyte.org/Byteball.pdf 
Last updated
