Type alias Action

Action: {
    transfer_ownership: {
        expiry?: Expiration | null;
        new_owner: string;
    };
} | "accept_ownership" | "renounce_ownership"

©2020 - 2023 Oraichain Foundation