getOwnedObjects

abstract suspend fun getOwnedObjects(owner: AccountAddress, limit: Int? = null, cursor: String? = null, option: ObjectDataOptions = ObjectDataOptions()): Option<OwnedObjects>

Get owned objects

Return

An Option of nullable OwnedObjects

Parameters

owner

The owner of the objects

limit

The limit of objects to get

cursor

The cursor to get objects from

option

The options for the object data