AddressContractAdress()function contractAddress(workchain, init) { let hash = (0, Builder_1.beginCell)() .store((0, StateInit_1.storeStateInit)(init)) .endCell() .hash(); return new Address_1.Address(workchain, hash); }