PtonGasConstant constructor

PtonGasConstant({
  1. required BigInt tonTransfer,
  2. required BigInt deployWallet,
})

Implementation

PtonGasConstant({
  required this.tonTransfer,
  required this.deployWallet,
});