Coda by Ian Macalinao
    Preparing search index...

    Rename mapping for a single program

    interface ProgramRenameOptions {
        accounts?: Record<string, string>;
        definedTypes?: Record<string, string>;
        instructions?: Record<string, string>;
    }
    Index

    Properties

    accounts?: Record<string, string>

    Mapping of old account names to new account names

    definedTypes?: Record<string, string>

    Mapping of old defined type names to new defined type names

    instructions?: Record<string, string>

    Mapping of old instruction names to new instruction names