OIP

OIP

Easily broadcast OIP messages




Constructor

new OIP(wallet, address)

Create a new OIP Broadcaster

Parameters:
Name Type Description
wallet Wallet

The Wallet that should broadcast the messages

address Address

The Address you wish to sign and broadcast with

Source:

Methods




getMultiparts(message) → {Array.<Multipart>}

Get the Multiparts for a specific message

Parameters:
Name Type Description
message String

The string you wish to create multiparts from

Source:
Returns:

[description]

Type:
Array.<Multipart>