AddressRepr: {
    contractName?: string;
    hash160: string;
} & ({
    version: AddressVersion;
    versionChar: string;
} | {
    version: AddressVersion;
} | {
    versionChar: string;
})

Type declaration

  • Optional contractName?: string
  • hash160: string

Generated using TypeDoc