Add peer resolution through the resolvePeer method

This commit is contained in:
netkas 2025-01-10 15:16:02 -05:00
parent fde3ccfc68
commit 62c8d332a9
6 changed files with 129 additions and 6 deletions

View file

@ -261,7 +261,7 @@
*
* @return Peer The Peer representation of the current instance.
*/
public function toPeer(): Peer
public function toStandardPeer(): Peer
{
return Peer::fromArray($this->toArray());
}