You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`tfSponsorshipEnd`|`0x00000001`| The sponsor or sponsee is ending the sponsorship, transferring the responsibility of the reserve back to the sponsee. |
689
+
|`tfSponsorshipCreate`|`0x00000002`| The sponsee is creating a new sponsored object, transferring the responsibility of the reserve to a sponsor.|
690
+
|`tfSponsorshipReassign`|`0x00000004`| The sponsee is reassigning a sponsorship, transferring the responsibility of the reserve from one sponsor to another. |
691
691
692
692
### 10.3. Sponsorship Transfer Scenarios
693
693
694
694
#### 10.3.1. Transferring from Sponsor to Sponsee (Sponsored to Unsponsored)
695
695
696
-
This scenario ends the sponsorship for a sponsored ledger object or account. The sponsor and sponsee both have the right to end the relationship at any time. It is indicated by the `tfSponsorshipTransferToSponsee` flag.
696
+
This scenario ends the sponsorship for a sponsored ledger object or account. The sponsor and sponsee both have the right to end the relationship at any time. It is indicated by the `tfSponsorshipEnd` flag.
697
697
698
698
The following fields indicate this scenario:
699
699
@@ -704,7 +704,7 @@ The following fields indicate this scenario:
704
704
705
705
#### 10.3.2. Transferring from Sponsee to Sponsor (Unsponsored to Sponsored)
706
706
707
-
This scenario sponsors an object or account that was not previously sponsored. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipTransferToSponsor` flag.
707
+
This scenario sponsors an object or account that was not previously sponsored. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipCreate` flag.
708
708
709
709
The following fields indicate this scenario:
710
710
@@ -715,7 +715,7 @@ The following fields indicate this scenario:
715
715
716
716
#### 10.3.3. Transferring from Sponsor to New Sponsor
717
717
718
-
This scenario migrates the sponsorship for a sponsored object or account to a new sponsor. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipTransferToNewSponsor` flag.
718
+
This scenario migrates the sponsorship for a sponsored object or account to a new sponsor. Only the sponsee can submit this transaction. It is indicated by the `tfSponsorshipReassign` flag.
0 commit comments