Properties
[SymbolInspect]
[SymbolInspect]: (() => string)
Type declaration
-
- (): string
-
Returns string
Readonly
hash
hash: Buffer
toRaw
toRaw: (() => Buffer)
Type declaration
-
- (): Buffer
-
Returns Buffer
toRawString
toRawString: (() => string)
Type declaration
-
- (): string
-
Returns string
toString
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
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
Readonly
workChain
workChain: number