UNPKG

jton

Version:

Framework for compiling, deploying and testing Free TON contracts

14 lines (13 loc) 615 B
import {KeyPair} from '@tonclient/core/dist/modules' export const ZERO_KEY_PAIR: KeyPair = { public: '0000000000000000000000000000000000000000000000000000000000000000', secret: '0000000000000000000000000000000000000000000000000000000000000000' } export const ZERO_ANSWER_ID: { _answer_id: number } = { _answer_id: 0 } export const ZERO_ANSWER_ID_V2: { answerId: number } = { answerId: 0 } export const ZERO_ADDRESS: string = '0:0000000000000000000000000000000000000000000000000000000000000000' export const ZERO_UINT256: string = '0x0000000000000000000000000000000000000000000000000000000000000000'