Function packagerPublishCore
- packagerPublishCore(errors?, address, id): Promise<{
address?: undefined;
errors: any[];
} | {
address: string;
errors: any[];
}>
-
Parameters
-
errors: any[] = []
-
address: string
-
id: number
Returns Promise<{
address?: undefined;
errors: any[];
} | {
address: string;
errors: any[];
}>