@rainfi/sdk
Version:
This package is used to interact with Rain.fi protocol on Solana
19 lines (18 loc) • 546 B
TypeScript
/**
* This code was GENERATED using the solita package.
* Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
*
* See: https://github.com/metaplex-foundation/solita
*/
import * as web3 from '@solana/web3.js';
import * as beet from '@metaplex-foundation/beet';
export type CreatorCopy = {
address: web3.PublicKey;
verified: boolean;
share: number;
};
/**
* @category userTypes
* @category generated
*/
export declare const creatorCopyBeet: beet.BeetArgsStruct<CreatorCopy>;