RawLoadedAddresses: Omit<LoadedAddresses, "writable" | "readonly"> & {
    readonly: string[];
    writable: string[];
}

Customisation of the solana LoadedAddresses type by modifying the wirtable and readonly properties from PublicKeys to strings, it defines the raw RPC response without any processing.

Generated using TypeDoc