Address constructor

Address(
  1. int _type,
  2. {String? accountId,
  3. String? contractId}
)

Constructs an Address for the given type which can be Address.TYPE_ACCOUNT or Address.TYPE_CONTRACT.

If Address.TYPE_ACCOUNT one must provide accountId. If Address.TYPE_CONTRACT one must provide contractId.

Implementation

Address