Saltearse al contenido
GitHub

Assets

Esta página aún no está disponible en tu idioma.

An asset represents an item of value that can be transferred via the Interledger Protocol. Assets in Rafiki can be added through the Backend Admin API or the Rafiki Admin application.

mutation CreateAsset($input: CreateAssetInput!) {
createAsset(input: $input) {
code
success
message
asset {
id
code
scale
}
}
}