Calls the "shares" function on the contract.
import { shares } from "thirdweb/extensions/split"; const result = await shares({ contract, account: ...,});
function shares( options: BaseTransactionOptions<SharesParams>,): Promise<bigint>;
The options for the shares function.
let options: BaseTransactionOptions<SharesParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.