You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
The library contains a Higher Order Component (HOC) `BadgerBase` which contains all of the required Badger interaction logic. This allows for any component to integrate with Badger easily.
117
+
The library contains a Higher Order Component (HOC) `BadgerBase` which contains all of the required Badger interaction logic. This allows the creation of custom Badger integrations and components easily.
114
118
115
119
Components wrapped in `BadgerBase` support the following props
116
120
117
121
-`to: BCH Address` - Required - Bitcoin Cash address to send BCH to
118
122
-`price: number` - Required - Price in chosen currency, will be turned into satoshis
119
123
-`currency: string` - Default `USD` - [ISO Country Code](https://en.wikipedia.org/wiki/ISO_4217) to charge in
124
+
-`opReturn: string[]` - Optional - OP_RETURN message to send with transaction
120
125
121
126
And get the following props added to them for use in custom integration component
0 commit comments