Class Address

Hierarchy

  • Address

Constructors

  • Parameters

    • workChain: number
    • hash: Buffer

    Returns Address

Properties

[SymbolInspect]: (() => string)

Type declaration

    • (): string
    • Returns string

hash: Buffer
toRaw: (() => Buffer)

Type declaration

    • (): Buffer
    • Returns Buffer

toRawString: (() => string)

Type declaration

    • (): string
    • Returns string

toString: ((args?: {
    bounceable?: boolean;
    testOnly?: boolean;
    urlSafe?: boolean;
}) => string)

Type declaration

    • (args?: {
          bounceable?: boolean;
          testOnly?: boolean;
          urlSafe?: boolean;
      }): string
    • Parameters

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

      Returns string

toStringBuffer: ((args?: {
    bounceable?: boolean;
    testOnly?: boolean;
}) => Buffer)

Type declaration

    • (args?: {
          bounceable?: boolean;
          testOnly?: boolean;
      }): Buffer
    • Parameters

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

      Returns Buffer

workChain: number

Methods

  • Parameters

    Returns boolean

  • Parameters

    • src: any

    Returns src is Address

  • Parameters

    • source: String

    Returns boolean

  • Parameters

    Returns string

  • Parameters

    • source: string

    Returns Address

  • Parameters

    • source: string | Buffer

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

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

    • source: string

    Returns Address

Generated using TypeDoc