getOwnedObjects

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

Get owned objects

Return

An Option of nullable OwnedObjects

Parameters

owner

The owner of the objects to get

limit

The limit of objects to get

cursor

The cursor to get objects from

option

The options to use when getting the objects