struct Protocol::Storage::InterestGroupDetails

Overview

The full details of an interest group.

Included Modules

Defined in:

protocol/storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ad_components : Array(InterestGroupAd) #

[View source]
def ads : Array(InterestGroupAd) #

[View source]
def bidding_url : String | Nil #

[View source]
def bidding_wasm_helper_url : String | Nil #

[View source]
def expiration_time : Network::TimeSinceEpoch #

[View source]
def joining_origin : String #

[View source]
def name : String #

[View source]
def owner_origin : String #

[View source]
def trusted_bidding_signals_keys : Array(String) #

[View source]
def trusted_bidding_signals_url : String | Nil #

[View source]
def update_url : String | Nil #

[View source]
def user_bidding_signals : String | Nil #

[View source]