Coda by Ian Macalinao
    Preparing search index...

    Type Alias GovernanceInstructionV1

    GovernanceInstructionV1:
        | {
            __kind: "CreateRealm";
            configArgs: RealmConfigParamsV1;
            name: string;
        }
        | { __kind: "DepositGoverningTokens"; amount: bigint }