Skip to content

Commit

Permalink
Merge pull request #67 from theblockstalk/master
Browse files Browse the repository at this point in the history
fix: linked_actions.action is optional
  • Loading branch information
aaroncox authored Jun 19, 2023
2 parents 7e7258c + 953141a commit 5315877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {ABISerializableObject, ABISerializableType, Serializer} from '../../seri
@Struct.type('account_linked_action')
export class AccountLinkedAction extends Struct {
@Struct.field('name') declare account: Name
@Struct.field('name') declare action: Name
@Struct.field('name', {optional: true}) declare action: Name
}

@Struct.type('account_permission')
Expand Down

0 comments on commit 5315877

Please sign in to comment.