...
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The go-ethere...
...le publish.
/// Here we create only one instance of `OwnerCapability` and send it to the publisher.
fun init(ctx: &mut TxContext) {
transfer::transfer(OwnerCapability {
id: object::new(ctx)
}, tx_context::sender(ctx))
}
/// The entry function can ...