interface OptInTransferEvent {
    opt_in: boolean;
}

Properties

Properties

opt_in: boolean