Requests confirmation of a transaction This is the most generic operation
The hexadecimal representation of an unsigned transaction You get the unsigned transaction bytes back from the signumjs core method calls, if you do not provide the private signing key.
In case of success the confirmed transaction object, or any contextual string.
Sends an encrypted P2P message
Encrypted messages are only readable by sender and receiver. For encryption the so called agreementPrivateKey of Signums key set is used. Encryption has to be done before the transaction bytes can be generated Wallet.confirm cannot be used.
The parameters
In case of success the confirmed transaction object, or any contextual string.
Generic Wallet interface
This is the most generic wallet interface, for generic wallet operations
EasyWallet for a slightly more comfortable interface for most common operations