get_notification: Checking Notifications

Description Usage Arguments Value

View source: R/get_notification.R

Description

This endpoint will grab the notification based on the specific transaction hash specified. Once called the notification object retrieved will provide information on the type of transaction and also the previous and next notifications will be shown as well. The previous_notification_url and next_notification_url can be used to walk up and down the notification queue. Once the next_notification_url is empty that means you have the most current notification, this applies for the previous_notification_url similarly when it's empty as it means you are holding the earliest notification available on the rippled you are connecting to.

Usage

1

Arguments

address

The Ripple address of the desired account. Ignored if notification_url is provided.

hash

Transaction hash. Ignored if notification_url is provided.

notification_url

Given by a previous call to this function.

Value

An object of class "Notification"


hmalmedal/ripplerestr documentation built on May 17, 2019, 4:34 p.m.