Skip to content
MethodDescription
getAddress()Gets the Frogport's address
setAddress([address])Sets the Frogport's address

getAddress()

Gets the Frogport's address.

Returns

  • string With the address currently in use.

setAddress([address])

Sets the Frogport's address to the given variable.

If the address arg is nil, it'll unset the address.

Parameters

  • address?: string = nil Will grab packages addressed to address. Unsets if address is nil.