ntPackStdSmcAddr function
Pack address std smd or throw error Returns new packed address as string
Implementation
String ntPackStdSmcAddr(
{required String addr,
required bool base64Url,
required bool bounceable}) =>
NekotonBridge.instance.api.crateApiMergedNtPackStdSmcAddr(
addr: addr, base64Url: base64Url, bounceable: bounceable);