Interface TokenRepository

interface TokenRepository {
    create(params, meta?): Promise<Token>;
}

Methods

Methods