pub fn instantiate(
    deps: DepsMut<'_>,
    env: Env,
    info: MessageInfo,
    msg: InstantiateMsg,
    validation: TokenValidation
) -> StdResult<Response>
Expand description

The instantiate entry point of the SNIP-20 contract. super::DefaultImpl calls this with TokenValidation::default.