RequestSessionPropose constructor
RequestSessionPropose({
- required List<
RelayerProtocolOptions> relays, - required ProposalRequiredNamespaces requiredNamespaces,
- required ProposalProposer proposer,
Implementation
RequestSessionPropose({
required this.relays,
required this.requiredNamespaces,
required this.proposer,
});