Table of Contents

Interface IIntentGenerationService

Namespace
NArk.Core.Services
Assembly
NArk.Core.dll
public interface IIntentGenerationService

Methods

GenerateManualIntent(string, ArkIntentSpec, CancellationToken)

Task<string> GenerateManualIntent(string walletId, ArkIntentSpec spec, CancellationToken cancellationToken = default)

Parameters

walletId string
spec ArkIntentSpec
cancellationToken CancellationToken

Returns

Task<string>