Skip to main content

Split.(constructor)

Constructs a new instance of the Split class

Signature:

constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStorage, options?: SDKOptions, contractWrapper?: ContractWrapper<SplitContract>);

Parameters

ParameterTypeDescription
networkNetworkOrSignerOrProvider
addressstring
storageIStorage
optionsSDKOptions(Optional)
contractWrapperContractWrapper<SplitContract>(Optional)