Skip to main content
Returns a vector of all plan IDs created by the given merchant address. This is a read-only function - no transaction signature is required.

Parameters


Authorization

None. This is a read-only query.

Return value

Vec<u64> - a list of plan IDs belonging to the merchant. Returns an empty vector if the merchant has no plans.

Error cases

None. Returns an empty vector if the merchant has no plans.

Examples