Map<String, dynamic> toJson() { return { 'token': token, 'signature': signature, 'node_pubx': nodePubx, 'node_puby': nodePuby, }; }