parse

open fun parse(coin: CoinType, input: Array<Byte>): Array<Byte>

Parses the WalletConnect signing request as a `SigningInput`.

Return

The serialized data of `WalletConnect::Proto::ParseRequestOutput` proto object.

Parameters

coin

The given coin type to plan the transaction for.

input

The serialized data of a `WalletConnect::Proto::ParseRequestInput` proto object.