ParamsOfGetBocHash constructor

ParamsOfGetBocHash(
  1. {@required String boc}
)

Implementation

ParamsOfGetBocHash({
  @required String boc,
}) {
  _boc = ArgumentError.checkNotNull(boc, 'ParamsOfGetBocHash boc');
}