Interface AccountResourcesResponse

interface AccountResourcesResponse {
    cursor: String;
    resources: AccountResource[];
}

Properties

Properties

cursor: String
resources: AccountResource[]