main.org.sol4k.AccountMeta.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sol4k Show documentation
Show all versions of sol4k Show documentation
Kotlin, JVM, and Android client for Solana
package org.sol4k
data class AccountMeta(
val publicKey: PublicKey,
val writable: Boolean,
val signer: Boolean,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy