Documentation
¶
Index ¶
- func ContractOwner(ctx context.Context, deps stellardeps.StellarDeps, ref datastore.AddressRef) (string, error)
- func ExecuteAcceptOwnership(b cldfops.Bundle, deps stellardeps.StellarDeps, ref datastore.AddressRef) error
- func ExecuteTransferOwnership(b cldfops.Bundle, deps stellardeps.StellarDeps, ref datastore.AddressRef, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContractOwner ¶
func ContractOwner(ctx context.Context, deps stellardeps.StellarDeps, ref datastore.AddressRef) (string, error)
ContractOwner returns the current owner address string for a Soroban CCIP contract ref (simulation read).
func ExecuteAcceptOwnership ¶
func ExecuteAcceptOwnership(b cldfops.Bundle, deps stellardeps.StellarDeps, ref datastore.AddressRef) error
ExecuteAcceptOwnership runs the Soroban accept_ownership op for the contract type in ref.
func ExecuteTransferOwnership ¶
func ExecuteTransferOwnership( b cldfops.Bundle, deps stellardeps.StellarDeps, ref datastore.AddressRef, newOwner string, ) error
ExecuteTransferOwnership runs the Soroban transfer_ownership op for the contract type in ref.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.