KineticSdk class

Constructors

KineticSdk(KineticSdkConfig sdkConfig)

Properties

config AppConfig?
no setter
endpoint String?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkConfig KineticSdkConfig
final
solana Solana
getter/setter pair

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

setup(KineticSdkConfig sdkConfig) Future<KineticSdk>