gas_service::owner_cap
use std::ascii;
use std::bcs;
use std::option;
use std::string;
use std::vector;
use sui::address;
use sui::hex;
use sui::object;
use sui::tx_context;
OwnerCap
public struct OwnerCap has key, store
id: sui::object::UID
create
public(package) fun create(ctx: &mut sui::tx_context::TxContext): gas_service::owner_cap::OwnerCap