optionStructTag function

StructTag optionStructTag(
  1. TypeTag typeArg
)

Implementation

StructTag optionStructTag(TypeTag typeArg) {
  return StructTag(AccountAddress.fromHex("0x1"), Identifier("option"), Identifier("Option"), [typeArg]);
}