commonMain.com.lightspark.sdk.wallet.graphql.CreateBitcoinFundingAddress.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wallet-sdk Show documentation
Show all versions of wallet-sdk Show documentation
The Lightspark Wallet SDK for Kotlin and Java.
The newest version!
package com.lightspark.sdk.wallet.graphql
const val CreateBitcoinFundingAddress = """
mutation CreateBitcoinFundingAddress {
create_bitcoin_funding_address {
bitcoin_address
}
}
"""
© 2015 - 2024 Weber Informatics LLC | Privacy Policy