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?) => string)

Type declaration

    • (args?): string
    • Parameters

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

      Returns string

toStringBuffer: ((args?) => Buffer)

Type declaration

    • (args?): 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

    • 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