Class Address

Hierarchy

  • Address

Constructors

Properties

hash: Buffer
workChain: number

Methods

  • Parameters

    • Optional args: {
          bounceable?: boolean;
          testOnly?: boolean;
          urlSafe?: boolean;
      }
      • Optional bounceable?: boolean
      • Optional testOnly?: boolean
      • Optional urlSafe?: boolean

    Returns string

  • Parameters

    • Optional args: {
          bounceable?: boolean;
          testOnly?: boolean;
      }
      • Optional bounceable?: boolean
      • Optional testOnly?: boolean

    Returns Buffer

  • Parameters

    • source: string | Buffer

    Returns {
        address: Address;
        isBounceable: boolean;
        isTestOnly: boolean;
    }

    • address: Address
    • isBounceable: boolean
    • isTestOnly: boolean

Generated using TypeDoc