fromBigInt static method

ZilAddress fromBigInt(
  1. BigInt number
)

Implementation

static ZilAddress fromBigInt(BigInt number) =>
    new ZilAddress(new Address.fromNumber(number).address);