ProfileArgs: {
    bump: number;
    data: Map<string, ProfileData>;
    identity: ProfileIdentity;
    project: web3.PublicKey;
    user: web3.PublicKey;
}

Arguments used to create Profile

Type declaration

Generated using TypeDoc