Skip to content

Missing natspec docs for depositToAave param in StataToken::depositWithPermit() #83

@miguelmtzinf

Description

@miguelmtzinf

/**
* @notice Universal deposit method for proving aToken or underlying liquidity with permit
* @param assets The amount of aTokens or underlying to deposit
* @param receiver The address that will receive the static aTokens
* @param deadline Must be a timestamp in the future
* @param sig A `secp256k1` signature params from `msgSender()`
* @return uint256 The amount of StaticAToken minted, static balance
**/
function depositWithPermit(
uint256 assets,
address receiver,
uint256 deadline,
SignatureParams memory sig,
bool depositToAave
) external returns (uint256);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions