Seed: Exclude<RenameToType<BaseSeed>, {
    type: "Address";
} | {
    type: "Bytes";
}> | {
    pubkey: PublicKey;
    type: "Address";
} | {
    bytes: Uint8Array;
    type: "Bytes";
}

Generated using TypeDoc