Skip to content

Commit

Permalink
deploy: 73530d5
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent committed Jun 30, 2024
1 parent e766490 commit ff78cc4
Showing 1 changed file with 241 additions and 0 deletions.
241 changes: 241 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,26 @@ <h3 class='mb0 no-anchor'>@circles/core</h3>
</li>


<li><a
href='#coreuserupdateprofilemigrationconsent'
class="">
core.user.updateProfileMigrationConsent

</a>

</li>


<li><a
href='#coreusergetprofilemigrationconsent'
class="">
core.user.getProfileMigrationConsent

</a>

</li>


<li><a
href='#coreutilsloop'
class="">
Expand Down Expand Up @@ -6578,6 +6598,227 @@ <h3 class='fl m0' id='coreusergetemail'>



</section>




<section class='p2 mb2 clearfix bg-white minishadow'>


<div class='clearfix'>

<h3 class='fl m0' id='coreuserupdateprofilemigrationconsent'>
core.user.updateProfileMigrationConsent
</h3>


</div>


<p>Update the profile migration consent of a user, connected (or not) to a deployed Safe address.</p>

<div class='pre p1 fill-light mt0'>core.user.updateProfileMigrationConsent</div>











<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>account</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
web3 account instance

</div>

</div>

<div class='space-bottom0'>
<div>
<span class='code bold'>userOptions</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
options

</div>

<table class='mt1 mb2 fixed-table h5 col-12'>
<colgroup>
<col width='30%' />
<col width='70%' />
</colgroup>
<thead>
<tr class='bold fill-light'>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody class='mt1'>

<tr>
<td class='break-word'><span class='code bold'>userOptions.safeAddress</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
</td>
<td class='break-word'><span>owned Safe address
</span></td>
</tr>



<tr>
<td class='break-word'><span class='code bold'>userOptions.profileMigrationConsent</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code>
</td>
<td class='break-word'><span>consent (true or false)
</span></td>
</tr>



</tbody>
</table>

</div>

</div>






<div class='py1 quiet mt1 prose-big'>Returns</div>
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code>:
Returns true when successful


















</section>




<section class='p2 mb2 clearfix bg-white minishadow'>


<div class='clearfix'>

<h3 class='fl m0' id='coreusergetprofilemigrationconsent'>
core.user.getProfileMigrationConsent
</h3>


</div>


<p>Get the profile migration consent value of a user.</p>

<div class='pre p1 fill-light mt0'>core.user.getProfileMigrationConsent</div>











<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>account</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
web3 account instance

</div>

</div>

<div class='space-bottom0'>
<div>
<span class='code bold'>userOptions</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
options

</div>

<table class='mt1 mb2 fixed-table h5 col-12'>
<colgroup>
<col width='30%' />
<col width='70%' />
</colgroup>
<thead>
<tr class='bold fill-light'>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody class='mt1'>

<tr>
<td class='break-word'><span class='code bold'>userOptions.safeAddress</span> <code class='quiet'><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code>
</td>
<td class='break-word'><span>owned Safe address
</span></td>
</tr>



</tbody>
</table>

</div>

</div>






<div class='py1 quiet mt1 prose-big'>Returns</div>
<code>profileMigrationConsent</code>:
Whether or not the user has given their consent


















</section>


Expand Down

0 comments on commit ff78cc4

Please sign in to comment.