createTokenByImplConfig

function createTokenByImplConfig(
): Promise<string>;

Parameters

Type

let options: ClientAndChainAndAccount & {
launchConfig?: LaunchConfig;
params: TokenParams;
referrerAddress?: string;
salt?: Hex;
};

Returns

let returnType: Promise<string>;