NwcMethod class
Constructors
- NwcMethod(String name)
-
const
- NwcMethod.fromPlaintext(String plaintext)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- GET_BALANCE → const NwcMethod
- GET_INFO → const NwcMethod
- LIST_TRANSACTIONS → const NwcMethod
- LOOKUP_INVOICE → const NwcMethod
- MAKE_INVOICE → const NwcMethod
- MULTI_PAY_INVOICE → const NwcMethod
- MULTI_PAY_KEYSEND → const NwcMethod
- PAY_INVOICE → const NwcMethod
- PAY_KEYSEND → const NwcMethod
- UNKNOWN → const NwcMethod