feat: add token methods (#11303)

This commit is contained in:
Justin Starry
2020-07-31 12:33:54 +08:00
committed by GitHub
parent a5b6fd3d9b
commit 5a69c66877
7 changed files with 509 additions and 1 deletions

View File

@ -0,0 +1,46 @@
// flow-typed signature: 069c76ac6f0b539483367fd95c435241
// flow-typed version: <<STUB>>/@solana/spl-token_v0.0.4/flow_v0.130.0
/**
* This is an autogenerated libdef stub for:
*
* '@solana/spl-token'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@solana/spl-token' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@solana/spl-token/lib/index.cjs' {
declare module.exports: any;
}
declare module '@solana/spl-token/lib/index.esm' {
declare module.exports: any;
}
declare module '@solana/spl-token/module.flow' {
declare module.exports: any;
}
// Filename aliases
declare module '@solana/spl-token/lib/index.cjs.js' {
declare module.exports: $Exports<'@solana/spl-token/lib/index.cjs'>;
}
declare module '@solana/spl-token/lib/index.esm.js' {
declare module.exports: $Exports<'@solana/spl-token/lib/index.esm'>;
}
declare module '@solana/spl-token/module.flow.js' {
declare module.exports: $Exports<'@solana/spl-token/module.flow'>;
}