Skip to content

Update solana-sdk-macro to use small Pubkey crate #179

@steviez

Description

@steviez

Several macros introduce in solana-sdk-macro introduce solana_sdk::pubkey::Pubkey into calling code:

parse_id(input, quote! { ::solana_sdk::pubkey::Pubkey }).map(Self)

These should be updated to use solana_pubkey::Pubkey instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions