Coda by Ian Macalinao
    Preparing search index...

    Type Alias GovernanceInstructionV1Args

    GovernanceInstructionV1Args:
        | {
            __kind: "CreateRealm";
            configArgs: RealmConfigParamsV1Args;
            name: string;
        }
        | { __kind: "DepositGoverningTokens"; amount: number
        | bigint }