This PR sets the authority as an optional signer on the create instruction. This allows a different authority than the payer to sing the create instruction when a group is being set. Note that the authority of the asset must match the authority of the group asset for the asset to be added to the group.
This PR sets the
authority
as an optional signer on thecreate
instruction. This allows a different authority than the payer to sing thecreate
instruction when a group is being set. Note that theauthority
of the asset must match theauthority
of the group asset for the asset to be added to the group.