Sellfundingsourceaction
Allows specifying sell function source action details
purchases object[]
Funding source purchase list
Array [
amountnumberrequired
The amount bought (a portion of the whole fraction being sold)
depositAccountKeystringrequired
The buyer funding account (savings account) key
pricenumberrequired
The price paid for the amount
]
Sellfundingsourceaction
{
"purchases": [
{
"amount": 0,
"depositAccountKey": "string",
"price": 0
}
]
}