DotNetLightning


MacaroonExtensions Type

Constructors

Constructor Description

MacaroonExtensions()

Full Usage: MacaroonExtensions()

Returns: MacaroonExtensions
Returns: MacaroonExtensions

Static members

Static member Description

MacaroonExtensions.VerifyLSATCaveats(macaroon, caveats, satisfiers, secret)

Full Usage: MacaroonExtensions.VerifyLSATCaveats(macaroon, caveats, satisfiers, secret)

Parameters:
Returns: VerificationResult

Verifies that the macaroon is compliant with LSAT.

macaroon : Macaroon
caveats : IList<Caveat>
satisfiers : IList<ISatisfier>
secret : string
Returns: VerificationResult

MacaroonExtensions.VerifyLSATCaveats(macaroon, satisfiers, secret)

Full Usage: MacaroonExtensions.VerifyLSATCaveats(macaroon, satisfiers, secret)

Parameters:
Returns: VerificationResult

Verifies that the macaroon is compliant with LSAT.

macaroon : Macaroon
satisfiers : IList<ISatisfier>
secret : string
Returns: VerificationResult