Skip to main content
Version: 3.7.0

createOffer

createOffer()

Test GemWallet's createOffer method:
This button creates a new offer, with the following data:
{
    "takerGets": "10000000",
    "takerPays": {
        "currency": "ETH",
        "issuer": "rnm76Qgz4G9G4gZBJVuXVvkbt7gVD7szey",
        "value": "0.1"
    },
    "flags": {
        "tfPassive": true
    }
}