@bonfida/spl-name-service 2.4.0 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,8 +78,9 @@ export declare const createReverseName: (nameAccount: PublicKey, name: string, f
78
78
  * @param subdomain The subdomain to create with or without .sol e.g something.bonfida.sol or something.bonfida
79
79
  * @param owner The owner of the parent domain creating the subdomain
80
80
  * @param space The space to allocate to the subdomain (defaults to 2kb)
81
+ * @param feePayer Optional: Specifies a fee payer different from the parent owner
81
82
  */
82
- export declare const createSubdomain: (connection: Connection, subdomain: string, owner: PublicKey, space?: number) => Promise<TransactionInstruction[][]>;
83
+ export declare const createSubdomain: (connection: Connection, subdomain: string, owner: PublicKey, space?: number, feePayer?: PublicKey) => Promise<TransactionInstruction[][]>;
83
84
  /**
84
85
  * This function can be used be create a record V1, it handles the serialization of the record data
85
86
  * To create a SOL record use `createSolRecordInstruction`