interface AptosStreamClientOptions {
    chain: Aptos;
    cluster?: ICluster;
    clusterUrl: string;
    maxGas?: string;
    programId?: string;
}

Properties

chain: Aptos
cluster?: ICluster
clusterUrl: string
maxGas?: string
programId?: string