Type alias CreateDataAccountArgs

CreateDataAccountArgs: {
    name: string;
    signer: string;
    type: DataAccountType;
    uri: string;
} & CommonArgs

Type declaration