WcUri class
WalletConnect wc: URI parsing/serialization (EIP-1328), v1 and v2.
v1: wc:{topic}@1?bridge={urlencoded}&key={hex}
v2: wc:{topic}@2?relay-protocol={p}&symKey={hex}
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited